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

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

Syntax

Visual Basic
Public Class XtsStream _
	Inherits Stream
C#
public class XtsStream : Stream

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.IO..::..Stream
      Rebex.Security..::..XtsStream

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also