NetXtea Class

Lidgren.Network

Collapse imageExpand ImageCopy imageCopyHover image
Methods to encrypt and decrypt data using the XTEA algorithm

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

Syntax

C#
public sealed class NetXtea : NetBlockEncryptionBase
Visual Basic
Public NotInheritable Class NetXtea _
	Inherits NetBlockEncryptionBase
Visual C++
public ref class NetXtea sealed : public NetBlockEncryptionBase

Inheritance Hierarchy

See Also