The members of System.Security.Cryptography.DES are listed below.
See Also: Inherited members from System.Security.Cryptography.SymmetricAlgorithm
DES()Documentation for this section has not yet been entered.
staticCreate() : DES Create an instance of the default implementation of DES. staticCreate(string) : DES Create an instance of the specified implementation of DES. staticIsSemiWeakKey(byte[]) : bool Check if the specified key is a known DES semi-weak key. staticIsWeakKey(byte[]) : bool Check if the specified key is a known DES weak key.