SecurityContextSource 열거형

정의

보안 컨텍스트의 소스를 식별합니다.

public enum class SecurityContextSource
public enum SecurityContextSource
type SecurityContextSource = 
Public Enum SecurityContextSource
상속
SecurityContextSource

필드

CurrentAppDomain 0

현재 애플리케이션 도메인이 보안 컨텍스트의 소스입니다.

CurrentAssembly 1

현재 어셈블리가 보안 컨텍스트의 소스입니다.

설명

SecurityContextSource 열거형은 일부 어셈블리 로드 메서드에 대한 매개 변수를 제공하는 데 사용됩니다.

적용 대상