Multiple choice

Which of the following .NET cryptographic classes computes the secure hash algorithm 256 hash for the input data using the managed library?

  1. SHA256Managed

  2. SHA256

  3. SHA256Cng

  4. SHA384Managed

  5. ProtectedMemory

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

This .NET cryptographic class computes the secure hash algorithm 256 hash for the input data using the managed library.