System.Security.Policy.ApplicationVersionMatch Enumeration

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

Syntax

[System.Runtime.InteropServices.ComVisible(true)]
public enum ApplicationVersionMatch

Remarks

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

Members

Member NameDescription
MatchAllVersions

Match on all versions.

MatchExactVersion

Match on the exact version.

Requirements

Namespace: System.Security.Policy
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0