HashAlgorithm enumeration
Leave feedback
On this page
Specifies the hash algorithm used for cryptographic signing.
The HashAlgorithm type exposes the following members:
| Field | Description |
|---|---|
| AUTO | Automatically selects the hash algorithm based on context. |
| SHA1 | The SHA-1 hash algorithm, producing a 160-bit hash value. |
| SHA256 | The SHA-256 hash algorithm, producing a 256-bit hash value. |
| SHA384 | The SHA-384 hash algorithm, producing a 384-bit hash value. |
| SHA512 | The SHA-512 hash algorithm, producing a 512-bit hash value. |
- module
groupdocs.signature.domain
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.