CryptoConfig::AddOID Method (String^, array<String^>^)
Adds a set of names to object identifier (OID) mappings to be used for the current application domain.
Assembly: mscorlib (in mscorlib.dll)
public: [SecurityCriticalAttribute] static void AddOID( String^ oid, ... array<String^>^ names )
Parameters
- oid
-
Type:
System::String^
The object identifier (OID) to map to.
- names
-
Type:
array<System::String^>^
An array of names to map to the OID.
| Exception | Condition |
|---|---|
| ArgumentNullException | The oid or names parameter is null. |
| ArgumentException | One of the entries in the names parameter is empty or null. |
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.
requires full trust for the immediate caller. This member cannot be used by partially trusted or transparent code.
Available since 4.0