Multiple choice

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

  1. RSAPKCS1KeyExchangeFormatter

  2. RSAOAEPKeyExchangeFormatter

  3. RSAOAEPKeyExchangeDeformatter

  4. AsymmetricKeyExchangeDeformatter

  5. ProtectedData

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

This .NET cryptographic class decrypts optimal asymmetric encryption padding (OAEP) key exchange data.