ICryptoTransform.CanTransformMultipleBlocks Property

Definition

Gets a value indicating whether multiple blocks can be transformed.

public:
 property bool CanTransformMultipleBlocks { bool get(); };
public bool CanTransformMultipleBlocks { get; }
member this.CanTransformMultipleBlocks : bool
Public ReadOnly Property CanTransformMultipleBlocks As Boolean

Property Value

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

Applies to

See also