CryptoConfig.AddAlgorithm Method
Adds a set of names to algorithm mappings to be used for the current application domain.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- algorithm
- Type: System.Type
The algorithm to map to.
- names
- Type: System.String[]
An array of names to map to the algorithm.
| Exception | Condition |
|---|---|
| ArgumentNullException | The algorithm or names parameter is null. |
| ArgumentException | algorithm cannot be accessed from outside the assembly. -or- One of the entries in the names parameter is empty or null. |
- SecurityCriticalAttribute
requires full trust for the immediate caller. This member cannot be used by partially trusted or transparent code.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.