NetDESEncryption Constructor (String, Int32)

Lidgren.Network

Collapse imageExpand ImageCopy imageCopyHover image
NetDESEncryption constructor

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

Syntax

C#
public NetDESEncryption(
	string key,
	int bitsize
)
Visual Basic
Public Sub New ( _
	key As String, _
	bitsize As Integer _
)
Visual C++
public:
NetDESEncryption(
	String^ key, 
	int bitsize
)

Parameters

key
Type: System..::..String

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

bitsize
Type: System..::..Int32

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

See Also