Multiple choice

Which of the following .NET cryptographic classes performs a cryptographic transformation of data using the Rijndael algorithm?

  1. ProtectedMemory

  2. RijndaelManaged

  3. CryptoAPITransform

  4. RijndaelManagedTransform

  5. FormBase64Transform

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

This .NET cryptographic class performs a cryptographic transformation of data using the Rijndael algorithm.