Click or drag to resize

CryptographyMinKeyLength Field

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

Namespace: InnerDrive.Core
Assembly: InnerDrive.Core (in InnerDrive.Core.dll) Version: 5.0.8475.0
Syntax
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