ApplicationVersionMatch 열거형

정의

컬렉션에서 애플리케이션 트러스트를 찾을 때 버전을 일치시키는 방법을 지정합니다.

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

필드

Name Description
MatchExactVersion 0

정확한 버전에서 일치합니다.

MatchAllVersions 1

모든 버전에서 일치합니다.

설명

애플리케이션의 Remove 메서드 및 Find 메서드는 ApplicationTrustCollection 모든 버전의 애플리케이션 또는 정확한 버전에서 작동할 수 있습니다. ApplicationVersionMatch 열거형을 사용하면 호출자가 원하는 동작을 지정할 수 있습니다.

적용 대상