Decrypt Method

Lidgren.Network

Collapse imageExpand ImageCopy imageCopyHover image
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

Return Value

true on success

See Also