MLETransformBase THashAlgorithm, TEncryptionAlgorithm  CanReuseTransform Property NMLE API Reference
Gets a value indicating whether the current transform can be reused.

Namespace: NMLE
Assembly: NMLE (in NMLE.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public bool CanReuseTransform { get; }

Return Value

Type: OnlineBoolean
true if the current transform can be reused; otherwise, false.

Implements

OnlineICryptoTransform CanReuseTransform
See Also