Multiple choice

Which of the following. Net Cryptographic classes computes the SHA256 hash for the input data using the managed library?

  1. SHA256Cng

  2. SHA256CryptoServiceProvider

  3. SHA256Mananged

  4. SHA1Managed

  5. RijndaelManaged

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

It computes the SHA256 hash for the input data using the managed library.