- applicationIdentity
- The ApplicationIdentity of the System.Security.Policy.ApplicationTrust object to be removed.
- versionMatch
- One of the System.Security.Policy.ApplicationVersionMatch values.
The application trust can be identified by an exact version match, dependent upon the value of the versionMatch parameter. The ApplicationTrustCollection.Find(ApplicationIdentity, ApplicationVersionMatch) method is used to locate all matching application trusts, and the matching items are removed from the collection.
The objects that follow the removed objects move up to occupy the vacated positions. The indexes of the objects that are moved are also updated.