SignatureHashAlgorithm Enum
Namespace: Rebex.Security.Certificates
Assembly: Rebex.Common.dll (version 7.0.9083)
The hash algorithm used to compute the hash for hash signing and verification methods.
Syntax
public enum SignatureHashAlgorithm
Fields
Name | Description |
---|---|
MD4 | MD4. |
MD5 | MD5. |
MD5SHA1 | MD5SHA1. |
SHA1 | SHA1. |
SHA224 | SHA-224. |
SHA256 | SHA-256. |
SHA384 | SHA-384. |
SHA512 | SHA-512. |
Unsupported | Unsupported hash algorithm. |