NetAESEncryption constructor
Namespace: Lidgren.Network
Assembly: Lidgren.Network (in Lidgren.Network.dll) Version: 2012.1.7.0 (2012.1.7.0)
Syntax
C# |
---|
public NetAESEncryption(
string key,
int bitsize
) |
Visual Basic |
---|
Public Sub New ( _
key As String, _
bitsize As Integer _
) |
Visual C++ |
---|
public:
NetAESEncryption(
String^ key,
int bitsize
) |
Parameters
- key
- Type: System..::..String
[Missing <param name="key"/> documentation for "M:Lidgren.Network.NetAESEncryption.#ctor(System.String,System.Int32)"]
- bitsize
- Type: System..::..Int32
[Missing <param name="bitsize"/> documentation for "M:Lidgren.Network.NetAESEncryption.#ctor(System.String,System.Int32)"]
See Also