Multiple choice

Which of the following .NET cryptographic classes defines a wrapper object to access the CSP implementation of the SHA384 algorithm?

  1. ProtectedMemory

  2. SHA1CryptoServiceProvider

  3. SHA256CryptoServiceProvider

  4. SHA384

  5. SHA384CryptoServiceProvider

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

This .NET cryptographic class defines a wrapper object to access the CSP implementation of the SHA384 algorithm.