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 제공합니다.

속성

Name Description
Options

격리된 스토리지 보안을 관리하는 옵션을 가져옵니다.

Quota

격리된 스토리지에 대한 할당량의 현재 크기를 가져오거나 설정합니다.

UsedSize

격리된 스토리지의 현재 사용 크기를 가져옵니다.

메서드

Name Description
EnsureState()

표시되는 IsolatedStorageSecurityState 상태를 호스트에서 사용할 수 있는지 확인합니다.

Equals(Object)

지정한 개체와 현재 개체가 같은지 여부를 확인합니다.

(다음에서 상속됨 Object)
GetHashCode()

기본 해시 함수로 작동합니다.

(다음에서 상속됨 Object)
GetType()

현재 인스턴스의 Type 가져옵니다.

(다음에서 상속됨 Object)
IsStateAvailable()

이 클래스 구현 SecurityState 의 상태를 현재 호스트에서 사용할 수 있는지 여부를 나타내는 값을 가져옵니다.

(다음에서 상속됨 SecurityState)
MemberwiseClone()

현재 Object단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

적용 대상