Multiple choice

Which of the following .NET cryptographic classes provides an abstract super class from which all ECDiffieHellmanCngPublicKey implementations must inherit?

  1. ECDiffieHellmanCngPublicKey

  2. ECDiffieHellmanCng

  3. ECDiffieHellmanPublicKey

  4. ECDiffieHellman

  5. ProtectedData

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

This .NET cryptographic class provides an abstract super class from which all ECDiffieHellmanCngPublicKey implementations must inherit.