Enum KeyedCryptoAlgorithm
- Namespace
- Cuemon.Security.Cryptography
- Assembly
- Cuemon.Security.Cryptography.dll
Specifies the different implementations for generating hash-based message authentication code values.
public enum KeyedCryptoAlgorithm
Fields
HmacMd5 = -2The Hash-based Message Authentication Code using (MD5) algorithm (128 bits).
HmacSha1 = -1The Hash-based Message Authentication Code using (SHA1) algorithm (160 bits).
HmacSha256 = 0The Hash-based Message Authentication Code using (SHA256) algorithm (256 bits).
HmacSha384 = 1The Hash-based Message Authentication Code using (SHA384) algorithm (384 bits).
HmacSha512 = 2The Hash-based Message Authentication Code using (SHA512) algorithm (512 bits).