CryptographyMinKeyLength Field

Provides the lower length limit, in bytes, for keys.

Definition

Namespace: InnerDrive.Core
Assembly: InnerDrive.Core (in InnerDrive.Core.dll) Version: 5.2.9017.0
C#
public const int MinKeyLength = 9

Field Value

Int32

Remarks

This is the minimum length of keys accepted by encryption and decryption methods; in this release, 9.

See Also