共用方式為


DataProtectionPermissionAttribute.ProtectMemory 屬性

定義

取得或設定值,指出是否可以使用 ProtectedMemory 類別加密記憶體。

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

屬性值

Boolean

如果可以加密記憶體,則為 true,否則為 false

備註

如果值為 falseSecurityException 則會在呼叫 方法時 ProtectedMemory.Protect 發生 。

適用於