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(
string key,
int bitsize
) |
| Visual Basic |
|---|
Public Sub New ( _
key As String, _
bitsize As Integer _
) |
| Visual C++ |
|---|
public:
NetRC2Encryption(
String^ key,
int bitsize
) |
Parameters
- key
- Type: System..::..String
[Missing <param name="key"/> documentation for "M:Lidgren.Network.NetRC2Encryption.#ctor(System.String,System.Int32)"]
- bitsize
- Type: System..::..Int32
[Missing <param name="bitsize"/> documentation for "M:Lidgren.Network.NetRC2Encryption.#ctor(System.String,System.Int32)"]
See Also