FileEncryption.XtsBlockSize Property
Namespace: Rebex.Security
Assembly: Rebex.Security.dll (version 7.0.9147)
XtsBlockSize
Gets or sets XTS algorithm block size in bytes. Must be multiple of 16. Default value is 65536, maximum number is 1048576.
This is only used for Aes
Declaration
public int? XtsBlockSize { get; set; }