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)

적용 대상