HashAlgorithm Property (Pkcs7SignatureBuilder)
In This Topic
Gets or sets the HASH algorithm used if
SignatureGenerator is not specified. Note! If
Format is
Pkcs7SignatureBuilder.SignatureFormat.adbe_pkcs7_sha1 then this property is ignored and always
SHA-1 used.
Syntax
'Declaration
Public Property HashAlgorithm As OID
public OID HashAlgorithm {get; set;}
See Also