Indicates whether this cipher can handle partial blocks.

Namespace: Org.BouncyCastle.Crypto
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
bool IsPartialBlockOkay { get; }
Visual Basic
ReadOnly Property IsPartialBlockOkay As Boolean
	Get
Visual C++
property bool IsPartialBlockOkay {
	bool get ();
}

See Also