Multiple choice

Which of the following .NET cryptographic classes implements a cryptographic random number generator using the implementation provided by the CSP?

  1. RandomNumberGenerator

  2. MaskGeneration

  3. RNGCryptoServiceProvider

  4. RC2

  5. MD5CryptoServiceProvider

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

This .NET cryptographic class implements a cryptographic random number generator using the implementation provided by CSP.