Multiple choice

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

  1. SHA512CryptoServiceProvider

  2. SHA512

  3. SHA384CryptoServiceProvider

  4. SHA256CryptoServiceProvider

  5. ProtectedMemory

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

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