ICryptoTransform.CanReuseTransform Property

Definition

Gets a value indicating whether the current transform can be reused.

public:
 property bool CanReuseTransform { bool get(); };
public bool CanReuseTransform { get; }
member this.CanReuseTransform : bool
Public ReadOnly Property CanReuseTransform As Boolean

Property Value

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

Applies to

See also