IsolatedStorageSecurityState Class

Definition

Provides settings for maintaining the quota size for isolated storage.

public ref class IsolatedStorageSecurityState : System::Security::SecurityState
[System.Security.SecurityCritical]
public class IsolatedStorageSecurityState : System.Security.SecurityState
[<System.Security.SecurityCritical>]
type IsolatedStorageSecurityState = class
    inherit SecurityState
Public Class IsolatedStorageSecurityState
Inherits SecurityState
Inheritance
IsolatedStorageSecurityState
Attributes

Remarks

This class provides a host application with settings to perform policy decisions in the host's implementation of the AppDomainManager.CheckSecuritySettings method.

Properties

Options

Gets the option for managing isolated storage security.

Quota

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

UsedSize

Gets the current usage size in isolated storage.

Methods

EnsureState()

Ensures that the state that is represented by IsolatedStorageSecurityState is available on the host.

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
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()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to