JAMS Developer Guide
HashAlgorithm Property


MVPSI.JAMS.Activities Namespace > PGPSign Class : HashAlgorithm Property
Hash algorithm to use for signing.
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("PGP")>
<System.ComponentModel.DescriptionAttribute("Hash algorithm to use for signing.")>
<System.ComponentModel.DefaultValueAttribute()>
Public Property HashAlgorithm As MVPSI.JAMS.NetworkCrypto.Pgp.JAMSHashAlgorithm
'Usage
 
Dim instance As PGPSign
Dim value As MVPSI.JAMS.NetworkCrypto.Pgp.JAMSHashAlgorithm
 
instance.HashAlgorithm = value
 
value = instance.HashAlgorithm
[System.ComponentModel.Category("PGP")]
[System.ComponentModel.Description("Hash algorithm to use for signing.")]
[System.ComponentModel.DefaultValue()]
public MVPSI.JAMS.NetworkCrypto.Pgp.JAMSHashAlgorithm HashAlgorithm {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