IsolatedStorageSecurityOptions 列挙型

定義

分離ストレージでのセキュリティに関するオプションを指定します。

public enum class IsolatedStorageSecurityOptions
public enum IsolatedStorageSecurityOptions
type IsolatedStorageSecurityOptions = 
Public Enum IsolatedStorageSecurityOptions
継承
IsolatedStorageSecurityOptions

フィールド

IncreaseQuotaForApplication 4

分離ストレージのクォータは増やすことができます。

注釈

プロパティは IsolatedStorageSecurityState.Options 、分離ストレージで実行できる操作を決定するために、この列挙を取得します。

ホスト アプリケーションは、 メソッドを AppDomainManager.CheckSecuritySettings オーバーライドしてオブジェクトに基づいてポリシーの決定を IsolatedStorageSecurityState 実行し、分離ストレージのクォータ サイズの増加を許可または防止できます。

適用対象