CryptographyMaxPlaintextLength Field

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

Definition

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