Initializes an instance of the DES class.
[Visual Basic] Public Sub New() [C#] public DES(); [C++] public: DES(); [JScript] public function DES();
Defaults the value of SymmetricAlgorithm.NameValue to "DES".
Defaults the value of SymmetricAlgorithm.KeySizeValue to 64.
Defaults the value of SymmetricAlgorithm.BlocksizeValue to 64.
Defaults the value of SymmetricAlgorithm.FeedBackSizeValue to 64.
DES Class | DES Members | System.Security.Cryptography Namespace