Click or drag to resize

CryptographyMaxKeyLength Field

Provides the upper 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 MaxKeyLength = 65536

Field Value

Int32
Remarks
This is the maximum length of keys accepted by encryption and decryption methods; in this release, 65,536.
See Also