Gets the size of the output block.

Namespace: LLCryptoLib.Crypto
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

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

Field Value

The size of the output block.

Implements

ICryptoTransform..::..OutputBlockSize

See Also