BlockSize Property

Lidgren.Network

Collapse imageExpand ImageCopy imageCopyHover image
Gets the block size for this cipher

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

Syntax

C#
public override int BlockSize { get; }
Visual Basic
Public Overrides ReadOnly Property BlockSize As Integer
	Get
Visual C++
public:
virtual property int BlockSize {
	int get () override;
}

See Also