IsolatedStorageSecurityState 类

定义

提供用于维护独立存储配额大小的设置。

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
继承
IsolatedStorageSecurityState
属性

注解

此类为主机应用程序提供设置,用于在主机的方法实现 AppDomainManager.CheckSecuritySettings 中执行策略决策。

属性

名称 说明
Options

获取用于管理独立存储安全性的选项。

Quota

获取或设置独立存储的配额的当前大小。

UsedSize

获取独立存储中的当前使用情况大小。

方法

名称 说明
EnsureState()

确保主机上提供所 IsolatedStorageSecurityState 表示的状态。

Equals(Object)

确定指定的对象是否等于当前对象。

(继承自 Object)
GetHashCode()

用作默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
IsStateAvailable()

获取一个值,该值指示此类实现 SecurityState 的状态是否在当前主机上可用。

(继承自 SecurityState)
MemberwiseClone()

创建当前 Object的浅表副本。

(继承自 Object)
ToString()

返回一个表示当前对象的字符串。

(继承自 Object)

适用于