Gets a value indicating whether this instance can transform multiple blocks.
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
true if this instance can transform multiple blocks; otherwise,
false.
Implements
ICryptoTransform..::..CanTransformMultipleBlocks
See Also