NetXtea Constructor (Byte[], Int32)

Lidgren.Network

Collapse imageExpand ImageCopy imageCopyHover image
16 byte key

Namespace: Lidgren.Network
Assembly: Lidgren.Network (in Lidgren.Network.dll) Version: 2012.1.7.0 (2012.1.7.0)

Syntax

C#
public NetXtea(
	byte[] key,
	int rounds
)
Visual Basic
Public Sub New ( _
	key As Byte(), _
	rounds As Integer _
)
Visual C++
public:
NetXtea(
	array<unsigned char>^ key, 
	int rounds
)

Parameters

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

[Missing <param name="key"/> documentation for "M:Lidgren.Network.NetXtea.#ctor(System.Byte[],System.Int32)"]

rounds
Type: System..::..Int32

[Missing <param name="rounds"/> documentation for "M:Lidgren.Network.NetXtea.#ctor(System.Byte[],System.Int32)"]

See Also