Multiple choice

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

  1. HMACSHA256

  2. HMACSHA384

  3. HMACSHA1

  4. HashAlgorithm

  5. ProtectedData

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

This .NET cryptographic classes computes a HMAC using the secure hash algorithm 1 hash function.