ICryptoTransform.CanReuseTransform Proprietà

Definizione

Ottiene un valore che indica se è possibile riutilizzare la trasformazione corrente.

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