MLETransformBase THashAlgorithm, TEncryptionAlgorithm  CanTransformMultipleBlocks Property NMLE API Reference
Gets a value indicating whether multiple blocks can be transformed.

Namespace: NMLE
Assembly: NMLE (in NMLE.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public bool CanTransformMultipleBlocks { get; }

Return Value

Type: OnlineBoolean
true if multiple blocks can be transformed; otherwise, false.

Implements

OnlineICryptoTransform CanTransformMultipleBlocks
See Also