JAMS Developer Guide
SignatureType Property


MVPSI.JAMS.Activities Namespace > PGPSign Class : SignatureType Property
Type of signature to produce.
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("PGP")>
<System.ComponentModel.DescriptionAttribute("Type of signature to produce.")>
Public Property SignatureType As JAMSPgpSignatureType
'Usage
 
Dim instance As PGPSign
Dim value As JAMSPgpSignatureType
 
instance.SignatureType = value
 
value = instance.SignatureType
[System.ComponentModel.Category("PGP")]
[System.ComponentModel.Description("Type of signature to produce.")]
public JAMSPgpSignatureType SignatureType {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