Name

DESCryptoServiceProvider

Synopsis

public sealed class DESCryptoServiceProvider : DES {
// Public Constructors
   public DESCryptoServiceProvider(  );
// Public Instance Methods
   public override ICryptoTransform CreateDecryptor(byte[  ] rgbKey, byte[  ] rgbIV);
// overrides SymmetricAlgorithm
   public override ICryptoTransform CreateEncryptor(byte[  ] rgbKey, byte[  ] rgbIV);
// overrides SymmetricAlgorithm
   public override void GenerateIV(  );
 // overrides SymmetricAlgorithm
   public override void GenerateKey(  );
 // overrides SymmetricAlgorithm
}

This subclass of DES is the default implementation of the DES algorithm and is a wrapper around the Windows Crypto API.

Hierarchy

System.Object SymmetricAlgorithm(System.IDisposable) DES DESCryptoServiceProvider

Get Programming .NET Security now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.