Gets a value indicating whether the current transform can be reused.
Namespace: LLCryptoLib.CryptoAssembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)
Syntax
C# |
---|
public bool CanReuseTransform { get; } |
Visual Basic |
---|
Public ReadOnly Property CanReuseTransform As Boolean
Get |
Visual C++ |
---|
public:
virtual property bool CanReuseTransform {
bool get () sealed;
} |
Field Value
Return Value
true if the current transform can be reused; otherwise, false.
Implements
ICryptoTransform..::..CanReuseTransform
See Also