HashAlgorithm enumeration

HashAlgorithm enumeration

Specifies the hash algorithm used for cryptographic signing.

The HashAlgorithm type exposes the following members:

Fields

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.

See Also