Multiple choice

Which of the following .NET cryptographic classes performs asymmetric encryption and decryption using the implementation of the RSA algorithm provided by the CSP?

  1. RSACryptoServiceProvider

  2. RSA

  3. MD5CryptoServiceProvider

  4. DSACryptoServiceProvider

  5. ProtectedMemory

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

This .NET cryptographic class performs asymmetric encryption and decryption using the implementation of the RSA algorithm provided by the CSP.