Enum UnkeyedCryptoAlgorithm
- Namespace
- Cuemon.Security.Cryptography
- Assembly
- Cuemon.Security.Cryptography.dll
Specifies the different implementations of a cryptographic hashing algorithm.
public enum UnkeyedCryptoAlgorithm
Fields
Md5 = -2
The Message Digest 5 (MD5) algorithm (128 bits).
Sha1 = -1
The Secure Hashing Algorithm (SHA1) algorithm (160 bits).
Sha256 = 0
The Secure Hashing Algorithm (SHA256) algorithm (256 bits).
Sha384 = 1
The Secure Hashing Algorithm (SHA384) algorithm (384 bits).
Sha512 = 2
The Secure Hashing Algorithm (SHA512) algorithm (512 bits).