Multiple choice

Which of the following .NET cryptographic classes defines a wrapper object to access the CSP version of the TripleDES algorithm?

  1. DESCryptoServiceProvider

  2. TripleDESCryptoServiceProvider

  3. RandomNumberGenerator

  4. MACTripleDES

  5. DES

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

 This .NET cryptographic class defines a wrapper object to access the CSP version of the TripleDES algorithm.