The members of System.Security.Cryptography.DES are listed below.
See Also: Inherited members from System.Security.Cryptography.SymmetricAlgorithm
Protected Constructors
| | Documentation for this section has not yet been entered. |
Public Properties
override | Key | byte[]. Documentation for this section has not yet been entered. |
Public Methods
static | Create() : DESCreate an instance of the default implementation of DES. |
static | Create(string) : DESCreate an instance of the specified implementation of DES. |
static | IsSemiWeakKey(byte[]) : boolCheck if the specified key is a known DES semi-weak key. |
static | IsWeakKey(byte[]) : boolCheck if the specified key is a known DES weak key. |