SigningAlgorithm Property
The signature hash algorithm used when signing.
Syntax
[VB.NET] Public Property SigningAlgorithm As String
[C#] public string SigningAlgorithm {get; set;}
Remarks
This property specifies the signature hash algorithm used when signing. Possible values are:
- SHA1 (default)
- MD5
- SHA256
- SHA384
- SHA512
- SHA224
- RIPEMD160
Default Value
"SHA1"