Multiple choice

Which of the following .NET cryptographic classes represents the base class from which all classes that derive byte sequences of a specified length inherit?

  1. PasswordDeriveBytes

  2. RandomNumberGenerator

  3. DeriveBytes

  4. CSP Parameters

  5. CngKeyBlobFormat

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

This .NET cryptographic class represents the abstract base class from which all classes that derive byte sequences of a specified length inherit.