Gets a value indicating whether multiple blocks can be transformed.
Namespace: LLCryptoLib.CryptoAssembly: 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
Return Value
true if multiple blocks can be transformed; otherwise, false.
Implements
ICryptoTransform..::..CanTransformMultipleBlocks
See Also