[]
Defines digest algorithms used to generate signatures.
public enum SignatureDigestAlgorithm
| Name | Description |
|---|---|
| SHA1 | The SHA1 algorithm. |
| SHA256 | The SHA256 algorithm. |
| SHA384 | The SHA384 algorithm. |
| SHA512 | The SHA512 algorithm. |