Condividi tramite


DataProtectionPermissionAttribute.UnprotectMemory Proprietà

Definizione

Ottiene o imposta un valore che indica se è possibile decrittografare la memoria utilizzando la classe ProtectedMemory.

public:
 property bool UnprotectMemory { bool get(); void set(bool value); };
public bool UnprotectMemory { get; set; }
member this.UnprotectMemory : bool with get, set
Public Property UnprotectMemory As Boolean

Valore della proprietà

Boolean

true se è possibile decrittografare la memoria; in caso contrario, false.

Commenti

Se questo valore è false, SecurityException si verifica quando viene chiamato il ProtectedMemory.Unprotect metodo.

Si applica a