Gets or sets the hash algorithm to be used to create the signature of the certificate.
Namespace:
Rebex.Security.Cryptography.Pkcs
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
| Visual Basic |
|---|
Public Property SignatureHashAlgorithm As HashingAlgorithmId Get Set |
| C# |
|---|
public HashingAlgorithmId SignatureHashAlgorithm { get; set; } |