







|
| Lidgren Network Library documentation |
| NetIncomingMessage..::..Decrypt Method |
| NetIncomingMessage Class See Also Send Feedback |
Decrypt a message
Namespace: Lidgren.Network
Assembly: Lidgren.Network (in Lidgren.Network.dll) Version: 2012.1.7.0 (2012.1.7.0)
Syntax
| C# |
|---|
public bool Decrypt( INetEncryption encryption ) |
| Visual Basic |
|---|
Public Function Decrypt ( _ encryption As INetEncryption _ ) As Boolean |
| Visual C++ |
|---|
public: bool Decrypt( INetEncryption^ encryption ) |
Parameters
- encryption
- Type: Lidgren.Network..::..INetEncryption
The encryption algorithm used to encrypt the message
