System.Security.Cryptography.DES.Key Property

Gets or sets the secret key for the Data Encryption Standard (System.Security.Cryptography.DES) algorithm.

Syntax

public override byte[] Key { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

If this property is null when it is used, SymmetricAlgorithm.GenerateKey is called to create a new random value.

The length of the key must be equal to SymmetricAlgorithm.BlockSizeValue.

This algorithm supports a key length of 64 bits.

Requirements

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