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.
Member Name | Description |
---|---|
MatchAllVersions |
Match on all versions. |
MatchExactVersion |
Match on the exact version. |