MVPSI.JAMS.Activities Namespace > PGPDecrypt Class : SecretKeyRing Property |
'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;}
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2