Configuring Cryptography Classes

Note

This article is specific to .NET Framework. It doesn't apply to newer implementations of .NET, including .NET 6 and later versions.

The Windows 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 Windows 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.

Cryptographic Services Provides an overview of cryptographic services provided by the Windows SDK.

Cryptography Settings Schema Describes elements that map friendly algorithm names to classes that implement cryptography algorithms.