Enum "Hash Algorithm"

ID 1445
Namespace: System.Security.Encryption

Specifies the types of hash algorithm.

Properties

Name Value
Extensible True

Values

Name Description
MD5

Specifies the MD5 hash algorithm

SHA1

Specifies the SHA1 hash algorithm

SHA256

Specifies the SHA256 hash algorithm

SHA384

Specifies the SHA384 hash algorithm

SHA512

Specifies the SHA512 hash algorithm

See also