NetRC2Encryption Constructor (Byte[], Byte[])

Lidgren.Network

Collapse imageExpand ImageCopy imageCopyHover image
NetRC2Encryption constructor

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

Syntax

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

Parameters

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

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

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

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

See Also