Mono Class Library: Overview

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
Create an instance of the default implementation of DES.
static
Create(string) : DES
Create an instance of the specified implementation of DES.
static
IsSemiWeakKey(byte[]) : bool
Check if the specified key is a known DES semi-weak key.
static
IsWeakKey(byte[]) : bool
Check if the specified key is a known DES weak key.