Multiple choice

Which of the following .NET cryptographic classes performs asymmetric encryption and decryption using the cryptographic application programming interface implementation of the AES algorithm?

  1. AesManaged

  2. AsnEncodedData

  3. TripleDes

  4. ProtectedData

  5. AesCryptoServiceProvider

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

This .NET cryptographic class performs asymmetric encryption and decryption using the cryptographic application interface implementation of the AES algorithm.