Multiple choice

Which of the following .NET cryptographic classes computes a HMAC using the secure hash algorithm 256 hash function?

  1. HMACSHA384

  2. HMACSHA1

  3. HMACMD5

  4. ProtectedData

  5. KeyedHashAlgorithm

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

This .NET cryptographic class computes a HMAC using the secure hash algorithm 384 hash function.