Multiple choice

Which of the following .NET cryptographic classes represents the abstract class from which all implementations of cryptographic random number generator derive?

  1. ProtectedData

  2. DeriveBytes

  3. RNGCryptoServiceProvider

  4. RandomNumberGenerator

  5. MaskGeneration

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

This .NET cryptographic class represents the abstract class from which all implementations of cryptographic random number generators derive.