Multiple choice

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

  1. RandomNumberGenerator

  2. DES

  3. DESCryptoServiceProvider

  4. TripleDESCryptoServiceProvider

  5. MACTripleDES

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

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