Multiple choice

Which of the following .NET cryptographic classes computes the message digest 5 hash value for the input data using the implementation provided by CSP?

  1. MD5CryptoServiceProvider

  2. MD5

  3. DESCryptoServiceProvider

  4. DSACryptoServiceProvider

  5. ProtectedMemory

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

This .NET cryptographic class computes the message digest 5 hash value for the input data using the implementation provided by the CSP.