ApplicationVersionMatch Enum

Definition

Specifies how to match versions when locating application trusts in a collection.

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
Inheritance
ApplicationVersionMatch
Attributes

Fields

MatchAllVersions 1

Match on all versions.

MatchExactVersion 0

Match on the exact version.

Remarks

The Remove and Find methods of an ApplicationTrustCollection can act either on all versions of an application or on the exact version. The ApplicationVersionMatch enumeration allows the caller to specify the desired behavior.

Applies to