Gets a value indicating whether multiple blocks can be
transformed.
Namespace: NMLEAssembly: NMLE (in NMLE.dll) Version: 1.0.0.0 (1.0.0.0)
public bool CanTransformMultipleBlocks { get; }
public bool CanTransformMultipleBlocks { get; }
Public ReadOnly Property CanTransformMultipleBlocks As Boolean
Get
Public ReadOnly Property CanTransformMultipleBlocks As Boolean
Get
public:
virtual property bool CanTransformMultipleBlocks {
bool get () sealed;
}
public:
virtual property bool CanTransformMultipleBlocks {
bool get () sealed;
}
Return Value
Type:
Boolean
true if multiple blocks can be transformed; otherwise, false.
Implements
ICryptoTransform CanTransformMultipleBlocks