Enumeration
Used by the HMAC, Hash and PBKDF2 methods to specify the type of algorithm to use.
Values
Enum
|
Description
|
MD5
|
MD5 message-digest algorithm.
|
SHA1
|
SHA-1 produces a 160-bit (20-byte) hash value.
|
SHA256
|
SHA-2 with 256 bit digest.
|
SHA512
|
SHA-2 with 512 bit digest.
|