ApplicationVersionMatch
Specifies how to match versions when locating application trusts in a collection.
                namespace System.Security.Policy
{
    public enum ApplicationVersionMatch
    {
        MatchAllVersions = 1,
        MatchExactVersion = 0
    }
}