Multiple choice

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

  1. RC2

  2. MD5CryptoServiceProvider

  3. RC2CryptoServiceProvider

  4. DESCryptoServiceProvider

  5. ProtectedData

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

This .NET cryptographic class defines the wrapper object to access the CSP implementation of the RC2 algorithm.