CryptoConfig.AddOID(String, String[]) Method

Definition

Adds a set of names to object identifier (OID) mappings to be used for the current application domain.

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

Parameters

oid
String

The object identifier (OID) to map to.

names
String[]

An array of names to map to the OID.

Attributes

Exceptions

The oid or names parameter is null.

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