System.Security.Cryptography.DES Class

Represents the base class for the Data Encryption Standard (DES) algorithm from which all System.Security.Cryptography.DES implementations must derive.

See Also: DES Members

Syntax

[System.Runtime.InteropServices.ComVisible(true)]
public abstract class DES : SymmetricAlgorithm

Remarks

This algorithm supports a key length of 64 bits.

Note:

A newer asymmetric encryption algorithm, Advanced Encryption Standard (AES), is available. Consider using the System.Security.Cryptography.Aes class instead of the System.Security.Cryptography.DES class. Use System.Security.Cryptography.DES only for compatibility with legacy applications and data.

Requirements

Namespace: System.Security.Cryptography
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0