System.Security.Cryptography.DES.Create Method

Creates an instance of a cryptographic object to perform the specified implementation of the Data Encryption Standard (System.Security.Cryptography.DES) algorithm.

Syntax

public static DES Create (string algName)

Parameters

algName
The name of the specific implementation of System.Security.Cryptography.DES to use.

Returns

A cryptographic object.

Remarks

New implementation can be added, or currents can be modified, by modifying the machine.config configuration file.

Requirements

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