Initializes a new instance of the Xts class.

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

Syntax

Visual Basic
Public Sub New ( _
	encryptionKey As Byte(), _
	tweakingKey As Byte() _
)
C#
public Xts(
	byte[] encryptionKey,
	byte[] tweakingKey
)

Parameters

encryptionKey
Type: array<System..::..Byte>[]()[][]
tweakingKey
Type: array<System..::..Byte>[]()[][]

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also