JAMS Developer Guide
SecretKeyRing Property (PGPSign)


MVPSI.JAMS.Activities Namespace > PGPSign Class : SecretKeyRing Property
Path to secret key ring file. The default is to use the GPG secring.gpg.
Syntax
'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 PGPSign
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;}
Requirements

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

See Also

Reference

PGPSign Class
PGPSign Members