HMAC Hierarchy

The following table lists the classes derived from System.Security.Cryptography.HMAC .

Derived Classes

Class Description
System.Security.Cryptography.HMACMD5 Computes a Hash-based Message Authentication Code (HMAC) using the MD5 hash function.
System.Security.Cryptography.HMACRIPEMD160 Computes a Hash-based Message Authentication Code (HMAC) using the RIPEMD160 hash function.
System.Security.Cryptography.HMACSHA1 Computes a Hash-based Message Authentication Code (HMAC) using the SHA1 hash function.
System.Security.Cryptography.HMACSHA256 Computes a Hash-based Message Authentication Code (HMAC) using the SHA256 hash function.
System.Security.Cryptography.HMACSHA384 Computes a Hash-based Message Authentication Code (HMAC) using the SHA384 hash function.
System.Security.Cryptography.HMACSHA512 Computes a Hash-based Message Authentication Code (HMAC) using the SHA512 hash function.

See Also

Reference

HMAC Class
HMAC Members
System.Security.Cryptography Namespace

Other Resources

Cryptographic Services