Mono Class Library: OverviewSystem.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
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.