CryptoConfig.AddAlgorithm(Type, String[]) Method

Definition

Adds a set of names to algorithm mappings to be used for the current application domain.

public static void AddAlgorithm (Type algorithm, params string[] names);
[System.Runtime.Versioning.UnsupportedOSPlatform("browser")]
public static void AddAlgorithm (Type algorithm, params string[] names);
[System.Security.SecurityCritical]
public static void AddAlgorithm (Type algorithm, params string[] names);

Parameters

algorithm
Type

The algorithm to map to.

names
String[]

An array of names to map to the algorithm.

Attributes

Exceptions

The algorithm or names parameter is null.

algorithm cannot be accessed from outside the assembly.

-or-

One of the entries in the names parameter is empty or null.

Remarks

The specified mappings take precedence over the built-in mappings and the mappings in the machine.config file. The mappings are used to prevent partially trust code from using trusted cryptographic operations.

Applies to

Product Versions
.NET Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0, 2.1