Rebex
Products Downloads Buy Support Contact
Show / Hide Table of Contents

XtsSettings Class

Namespace: Rebex.Security
Assembly: Rebex.Security.dll (version 7.0.9147)

XTS settings.

Syntax
public class XtsSettings
Inheritance
Object
XtsSettings
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()

Constructors

Name Description
XtsSettings()

Creates a new instance of XtsSettings.

Properties

Name Description
BlockSize

The XTS algorithm block size in bytes. Must be multiple of 16. Default value is 65536, maximum number is 1048576. Use smaller buffer if you read very small parts of a stream from different places, or use larger buffer if you do sequential reads of large blocks. Setting this value might negatively impact the performance.

Iterations

Number of iterations for key derivation (derived from the password using PBKDF2 defined by RFC 2898).

KeySize

Length of AES keys (derived from the password using PBKDF2 defined by RFC 2898).

In This Article
  • Constructors
  • Properties
© REBEX ČR s.r.o. Back to top
Privacy policy
Manage cookies