ICryptoTransform.CanReuseTransform Proprietà

Definizione

Ottiene un valore che indica se la trasformazione corrente può essere riutilizzata.

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

Valore della proprietà

true se la trasformazione corrente può essere riutilizzata; in caso contrario, false.

Si applica a

Vedi anche