Multiple choice

Which of the following allows you to resolve a specific implementation of an algorithm to an algorithm name, allowing extensibility of the .NET framework cryptography classes?

  1. Stream-oriented design

  2. Cryptographic configuration

  3. Cryptographic hashes

  4. Cryptographic signing

  5. Message integrity check

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

The common language runtime uses a stream-oriented design for implementing symmetric algorithms and hash algorithms.