IsolatedStorageSecurityState 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供維護隔離儲存區配額大小的設定。
public ref class IsolatedStorageSecurityState : System::Security::SecurityState
[System.Security.SecurityCritical]
public class IsolatedStorageSecurityState : System.Security.SecurityState
[<System.Security.SecurityCritical>]
type IsolatedStorageSecurityState = class
inherit SecurityState
Public Class IsolatedStorageSecurityState
Inherits SecurityState
- 繼承
- 屬性
備註
這個類別會提供主應用程式與設定,以在主機的方法實作 AppDomainManager.CheckSecuritySettings 中執行原則決策。
屬性
Options |
取得管理隔離儲存區安全性的選項。 |
Quota |
取得或設定隔離儲存區目前的配額大小。 |
UsedSize |
取得隔離儲存區目前的使用大小。 |
方法
EnsureState() |
確保可在主機上取得 IsolatedStorageSecurityState 所代表的狀態。 |
Equals(Object) |
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
GetHashCode() |
做為預設雜湊函式。 (繼承來源 Object) |
GetType() |
取得目前執行個體的 Type。 (繼承來源 Object) |
IsStateAvailable() |
取得值,指出 SecurityState 類別這個實作的狀態,在目前主機上是否可用。 (繼承來源 SecurityState) |
MemberwiseClone() |
建立目前 Object 的淺層複製。 (繼承來源 Object) |
ToString() |
傳回代表目前物件的字串。 (繼承來源 Object) |