IsolatedStorageSecurityOptions 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定會影響隔離儲存區安全性的選項。
public enum class IsolatedStorageSecurityOptions
public enum IsolatedStorageSecurityOptions
type IsolatedStorageSecurityOptions =
Public Enum IsolatedStorageSecurityOptions
- 繼承
欄位
IncreaseQuotaForApplication | 4 | 隔離儲存區的配額可以增加。 |
備註
屬性 IsolatedStorageSecurityState.Options 會取得這個列舉,以判斷哪些作業可以在隔離儲存區中執行。
主機應用程式可以覆寫 AppDomainManager.CheckSecuritySettings 方法來根據 IsolatedStorageSecurityState 物件執行原則決策,然後允許或防止隔離記憶體的配額大小增加。