Decrypt Method

Lidgren.Network

Collapse imageExpand ImageCopy imageCopyHover image
Decrypt incoming 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(
	NetIncomingMessage msg
)
Visual Basic
Public Function Decrypt ( _
	msg As NetIncomingMessage _
) As Boolean
Visual C++
public:
virtual bool Decrypt(
	NetIncomingMessage^ msg
) sealed

Parameters

msg
Type: Lidgren.Network..::..NetIncomingMessage

[Missing <param name="msg"/> documentation for "M:Lidgren.Network.NetRC2Encryption.Decrypt(Lidgren.Network.NetIncomingMessage)"]

Return Value

[Missing <returns> documentation for "M:Lidgren.Network.NetRC2Encryption.Decrypt(Lidgren.Network.NetIncomingMessage)"]

Implements

INetEncryption..::..Decrypt(NetIncomingMessage)

See Also