System.Security.Cryptography.DES: Method Members

The methods of System.Security.Cryptography.DES are listed below. For a list of all members, see the DES Members list.

See Also: Inherited members from System.Security.Cryptography.SymmetricAlgorithm

Public Methods

static
Create() : DES

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

static
Create(string) : DES

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

static
IsSemiWeakKey(byte[]) : bool

Determines whether the specified key is semi-weak.

static
IsWeakKey(byte[]) : bool

Determines whether the specified key is weak.