'Declaration
<System.ComponentModel.CategoryAttribute("PGP")> <System.ComponentModel.DescriptionAttribute("Specifies the path to the secret key ring file. The default is to use the GPG secring.gpg.")> <System.ComponentModel.DefaultValueAttribute()> Public Property SecretKeyRing As System.Activities.InArgument(Of String)
'Usage
Dim instance As PGPDecrypt Dim value As System.Activities.InArgument(Of String) instance.SecretKeyRing = value value = instance.SecretKeyRing
[System.ComponentModel.Category("PGP")] [System.ComponentModel.Description("Specifies the path to the secret key ring file. The default is to use the GPG secring.gpg.")] [System.ComponentModel.DefaultValue()] public System.Activities.InArgument<string> SecretKeyRing {get; set;}