IsolatedStorageSecurityState Class
Provides settings for maintaining the quota size for isolated storage.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | EnsureState() | Ensures that the state that is represented by IsolatedStorageSecurityState is available on the host.(Overrides SecurityState.EnsureState().) |
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | IsStateAvailable() | Gets a value that indicates whether the state for this implementation of the SecurityState class is available on the current host. (Inherited from SecurityState.) |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
This class provides a host application with settings to perform policy decisions in the host's implementation of the AppDomainManager.CheckSecuritySettings method.
requires full trust for the immediate caller. This member cannot be used by partially trusted or transparent code.
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


