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.

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

Parameters

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

Returns

An instance of the default implementation of the specified algorithm.

Remarks

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

Requirements

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