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