System.IO.IsolatedStorage.IsolatedStorageSecurityOptions Enumeration

Specifies options that affect security in isolated storage.

Syntax

public enum IsolatedStorageSecurityOptions

Remarks

The IsolatedStorageSecurityState.Options property gets this enumeration to determine which operations can be performed in isolated storage.

A host application can override the AppDomainManager.CheckSecuritySettings(System.Security.SecurityState) method to perform policy decisions based on a System.IO.IsolatedStorage.IsolatedStorageSecurityState object, and then allow or prevent the increase in the quota size for isolated storage.

Members

Member NameDescription
IncreaseQuotaForApplication

The quota can be increased for isolated storage.

Requirements

Namespace: System.IO.IsolatedStorage
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 4.0.0.0