'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;}