Multiple choice

Which of the following .NET cryptographic classes computes a MAC using Triple data encryption standard algorithm for the input data CryptoStream?

  1. TripleDES

  2. MACTripleDES

  3. DES

  4. DESCryptoServiceProvider

  5. ProtectedData

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

This .NET cryptographic class computes a MAC using Triple data encryption standard algorithm for the for the input data CryptoStream.