Table of Contents

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 = -2

The Hash-based Message Authentication Code using (MD5) algorithm (128 bits).

HmacSha1 = -1

The Hash-based Message Authentication Code using (SHA1) algorithm (160 bits).

HmacSha256 = 0

The Hash-based Message Authentication Code using (SHA256) algorithm (256 bits).

HmacSha384 = 1

The Hash-based Message Authentication Code using (SHA384) algorithm (384 bits).

HmacSha512 = 2

The Hash-based Message Authentication Code using (SHA512) algorithm (512 bits).