IsolatedStorageSecurityState Class

.NET Framework (current version)
 

Provides settings for maintaining the quota size for isolated storage.

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

System::Object
  System.Security::SecurityState
    System.IO.IsolatedStorage::IsolatedStorageSecurityState

[SecurityCriticalAttribute]
public ref class IsolatedStorageSecurityState : SecurityState

NameDescription
System_CAPS_pubpropertyOptions

Gets the option for managing isolated storage security.

System_CAPS_pubpropertyQuota

Gets or sets the current size of the quota for isolated storage.

System_CAPS_pubpropertyUsedSize

Gets the current usage size in isolated storage.

NameDescription
System_CAPS_pubmethodEnsureState()

Ensures that the state that is represented by IsolatedStorageSecurityState is available on the host.(Overrides SecurityState::EnsureState().)

System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodIsStateAvailable()

Gets a value that indicates whether the state for this implementation of the SecurityState class is available on the current host. (Inherited from SecurityState.)

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_pubmethodToString()

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.

SecurityCriticalAttribute

requires full trust for the immediate caller. This member cannot be used by partially trusted or transparent code.

.NET Framework
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.

Return to top
Show: