Click or drag to resize

CryptographyMaxPlaintextLength Field

Provides the upper length limit, in bytes, for plaintext strings.

Namespace: InnerDrive.Core
Assembly: InnerDrive.Core (in InnerDrive.Core.dll) Version: 5.0.8475.0
Syntax
C#
public const int MaxPlaintextLength = 1073741824

Field Value

Int32
Remarks
This is the maximum length of plaintext accepted by encryption and decryption methods; in this release, 1 GB.
See Also