Multiple choice

Which of the following .NET cryptographic class represents the abstract class from which all implementations of HMAC must derive?

  1. HMACMD5

  2. HMAC

  3. HMACSHA1

  4. ProtectedData

  5. HashAlgorithm

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

This .Net cryptographic class represents the abstract class from which all implementations of HMAC must derive.