Mono Class Library: Overview

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()
Documentation for this section has not yet been entered.

Public Properties

override
Keybyte[]. Documentation for this section has not yet been entered.

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.