Mono Class Library: System.Security.Cryptography.CryptoConfig Overview | Members

System.Security.Cryptography.CryptoConfig.CreateFromName Method

Create the default cryptographic implementation for the specified algorithm name. [Edit]

public static object CreateFromName (string name, params object[] args)

Parameters

name
Name of the cryptographic algorithm to create. [Edit]
args
Parameters to give to the class contructor. [Edit]

Returns

An instance of the default implementation of the specified algorithm. [Edit]

Remarks

Default mapping can be modified, or added to, by modifying the machine.config file. [Edit]

Requirements

Namespace: System.Security.Cryptography
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0