Gets the output block size.

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

Syntax

C#
public int OutputBlockSize { get; private set; }
Visual Basic
Public Property OutputBlockSize As Integer
	Get
	Private Set
Visual C++
public:
virtual property int OutputBlockSize {
	int get () sealed;
	private: void set (int value) sealed;
}

Field Value

Return Value

The size of the output data blocks in bytes.

Implements

ICryptoTransform..::..OutputBlockSize

See Also