Represents XTS-AES, a standard algorithm for protection of stored data defined by IEEE P1619.

Namespace:  Rebex.Security.Cryptography
Assembly:  Rebex.Security (in Rebex.Security.dll)

Syntax

Visual Basic
Public NotInheritable Class Xts _
	Implements IDisposable
C#
public sealed class Xts : IDisposable

Remarks

This is low level API. For higher level API see XtsStream.

Inheritance Hierarchy

System..::..Object
  Rebex.Security.Cryptography..::..Xts

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also