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 Class

This is the base class for Data Encryption Standard (DES) algorithms. All DES implementations must derive from this class.

Object
   CryptographicObject
      SymmetricAlgorithm
         DES

[Visual Basic]
MustInherit Public Class DES
   Inherits SymmetricAlgorithm
[C#]
public abstract class DES : SymmetricAlgorithm
[C++]
public __gc __abstract class DES : public SymmetricAlgorithm
[JScript]
public abstract class DES extends SymmetricAlgorithm

Remarks

[To be supplied.]

Requirements

Namespace: System.Security.Cryptography

Assembly: mscorlib.dll

See Also

DES Members | System.Security.Cryptography Namespace