Multiple choice

Which of the following cryptographic classes computes a message authentication code using TripleDes for the input data CryptoStream?

  1. TripleDESCryptoServiceProvider

  2. DESCryptoServiceProvider

  3. MACTripleDES

  4. DSACryptoServiceProvider

  5. ProtectedMemory

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

It computes a message authentication code using TripleDES for the input data CryptoStream.