TrustManagerUIContext 열거형

정의

트러스트 관리자가 신뢰 결정에 사용해야 하는 UI(사용자 인터페이스) 형식을 지정합니다.

public enum class TrustManagerUIContext
public enum TrustManagerUIContext
[System.Runtime.InteropServices.ComVisible(true)]
public enum TrustManagerUIContext
type TrustManagerUIContext = 
[<System.Runtime.InteropServices.ComVisible(true)>]
type TrustManagerUIContext = 
Public Enum TrustManagerUIContext
상속
TrustManagerUIContext
특성

필드

Install 0

설치 UI입니다.

Run 2

실행 UI입니다.

Upgrade 1

업그레이드 UI입니다.

설명

이 플래그는 신뢰 관리자에 대한 권장 사항으로 사용됩니다. 신뢰 관리자는 대화 상자에 적합한 것으로 판단되는 UI를 사용할 수 있습니다.

적용 대상