IsolatedStorageSecurityOptions Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies options that affect security in isolated storage.
public enum class IsolatedStorageSecurityOptions
public enum IsolatedStorageSecurityOptions
type IsolatedStorageSecurityOptions =
Public Enum IsolatedStorageSecurityOptions
- Inheritance
Fields
Name | Value | Description |
---|---|---|
IncreaseQuotaForApplication | 4 | The quota can be increased for isolated storage. |
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 method to perform policy decisions based on a IsolatedStorageSecurityState object, and then allow or prevent the increase in the quota size for isolated storage.