KeyedHashAlgorithmType Enumeration

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Specifies the types of supported keyed hash algorithms.

Namespace:  System.Security.Cryptography
Assembly:  System.Security (in System.Security.dll)

Syntax

'Declaration
Public Enumeration KeyedHashAlgorithmType
public enum KeyedHashAlgorithmType
public enum class KeyedHashAlgorithmType
type KeyedHashAlgorithmType
public enum KeyedHashAlgorithmType

Members

Member name Description
HMACMD5 A hash-based Message Authentication Code (HMAC) using the MD5 hash function.
HMACRIPEMD160 A hash-based Message Authentication Code (HMAC) using the RIPEMD160 hash function.
HMACSHA1 A hash-based Message Authentication Code (HMAC) using the SHA1 hash function.
HMACSHA256 A hash-based Message Authentication Code (HMAC) using the SHA256 hash function.
HMACSHA384 A hash-based Message Authentication Code (HMAC) using the SHA384 hash function.
HMACSHA512 A hash-based Message Authentication Code (HMAC) using the SHA512 hash function.

See Also

Reference

System.Security.Cryptography Namespace