Multiple choice

Which of the following .NET cryptographic classes creates optimal asymmetric encryption padding (OAEP) key exchange data using RSA?

  1. RSAOAEPkeyExchangeDeformatter

  2. RSACryptoServiceProvider

  3. RSAOAEPKeyExchangeFormatter

  4. ProtectedData

  5. AsymmetricKeyExchangeFormatter

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

This .NET cryptographic class creates optimal asymmetric encryption padding key exchange data using RSA.