The hash algorithm used to compute the hash for hash signing
and verification methods.
Namespace:
Rebex.Security.Certificates
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
Visual Basic |
---|
Public Enumeration SignatureHashAlgorithm |
C# |
---|
public enum SignatureHashAlgorithm |
Members
Member name | Description | |
---|---|---|
Unsupported |
Unsupported hash algorithm.
| |
MD5 |
MD5.
| |
SHA1 |
SHA1.
| |
MD5SHA1 |
MD5SHA1.
| |
SHA256 |
SHA-256.
| |
SHA384 |
SHA-384.
| |
SHA512 |
SHA-512.
| |
MD4 |
MD4.
| |
SHA224 |
SHA-224.
|