System.Security.Cryptography.DES Members

The members of System.Security.Cryptography.DES are listed below.

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

Protected Constructors

DES()

Initializes a new instance of the System.Security.Cryptography.DES class.

Public Properties

override
Keybyte[].

Gets or sets the secret key for the Data Encryption Standard (System.Security.Cryptography.DES) algorithm.

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.