Initializes a new instance of the XtsStream class.

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

Syntax

Visual Basic
Public Sub New ( _
	filePath As String, _
	password As Byte(), _
	settings As XtsSettings _
)
C#
public XtsStream(
	string filePath,
	byte[] password,
	XtsSettings settings
)

Parameters

filePath
Type: System..::..String
The base stream that contains or will contain encrypted data in the Rebex XTS format.
password
Type: array<System..::..Byte>[]()[][]
The password that is used to generate the encryption key.
settings
Type: Rebex.Security..::..XtsSettings
XTS settings.

Exceptions

ExceptionCondition
System..::..NotSupportedExceptionfilePath is not readable or seekable.
System..::..ArgumentNullExceptionfilePath or password is null.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also