Decrypt Method

Lidgren.Network

Collapse imageExpand ImageCopy imageCopyHover image
Decrypt an incoming message in place

Namespace: Lidgren.Network
Assembly: Lidgren.Network (in Lidgren.Network.dll) Version: 2012.1.7.0 (2012.1.7.0)

Syntax

C#
bool Decrypt(
	NetIncomingMessage msg
)
Visual Basic
Function Decrypt ( _
	msg As NetIncomingMessage _
) As Boolean
Visual C++
bool Decrypt(
	NetIncomingMessage^ msg
)

Parameters

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

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

Return Value

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

See Also