Multiple choice

Which of the following .NET cryptographic classes computes secure hash algorithm 1 hash value for the input data using the implementation provided by the CSP?

  1. ProtectedData

  2. SHA256

  3. SHA384CryptoServiceProvider

  4. SHA1CryptoServiceProvider

  5. SHA1

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

This .NET cryptographic class computes the secure hash algorithm 1 hash value for the input data using the implementation provided by the CSP.