Configuring Cryptography ClassesÂ
The .NET Framework SDK allows computer administrators to configure the default cryptographic algorithms and algorithm implementations that the .NET Framework and appropriately written applications use. For example, an enterprise that has its own implementation of a cryptographic algorithm can make that implementation the default instead of the implementation shipped in the .NET Framework SDK. Although managed applications that use cryptography can always choose to explicitly bind to a particular implementation, it is recommended that they create cryptographic objects by using the crypto configuration system.
In This Section
- Mapping Algorithm Names to Cryptography Classes
Describes how to map an algorithm name to a cryptography class.
- Mapping Object Identifiers to Cryptography Algorithms
Describes how to map an object identifier to a cryptography algorithm.
Related Sections
- Cryptographic Services
Provides an overview of cryptographic services provided by the .NET Framework SDK.
- Cryptography Settings Schema
Describes elements that map friendly algorithm names to classes that implement cryptography algorithms.