NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DES Constructor

Initializes an instance of the DES class.

[Visual Basic]
Public Sub New()
[C#]
public DES();
[C++]
public: DES();
[JScript]
public function DES();

Remarks

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.

See Also

DES Class | DES Members | System.Security.Cryptography Namespace