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(
byte[] key,
byte[] iv
) |
Visual Basic |
---|
Public Sub New ( _
key As Byte(), _
iv As Byte() _
) |
Parameters
- key
- Type: array<System..::..Byte>[]()[][]
[Missing <param name="key"/> documentation for "M:Lidgren.Network.NetDESEncryption.#ctor(System.Byte[],System.Byte[])"]
- iv
- Type: array<System..::..Byte>[]()[][]
[Missing <param name="iv"/> documentation for "M:Lidgren.Network.NetDESEncryption.#ctor(System.Byte[],System.Byte[])"]
See Also