Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IsolatedStorageSecurityOptions Enumeration

.NET Framework (current version)
 

Specifies options that affect security in isolated storage.

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

public enum class IsolatedStorageSecurityOptions

Member nameDescription
IncreaseQuotaForApplication

The quota can be increased for isolated storage.

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.

.NET Framework
Available since 4.0
Return to top
Show:
© 2017 Microsoft