Gets the input block size.

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

Syntax

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

Field Value

Implements

ICryptoTransform..::..InputBlockSize

See Also