Gets a value indicating whether multiple blocks can be transformed.

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

Syntax

C#
public bool CanTransformMultipleBlocks { get; }
Visual Basic
Public ReadOnly Property CanTransformMultipleBlocks As Boolean
	Get
Visual C++
public:
virtual property bool CanTransformMultipleBlocks {
	bool get () sealed;
}

Field Value

Implements

ICryptoTransform..::..CanTransformMultipleBlocks

See Also