ApplicationTrustCollection
Represents a collection of ApplicationTrust objects. This class cannot be inherited.
Gets the number of items contained in the collection.
Gets a value indicating whether access to the collection is synchronized (thread safe).
Gets the ApplicationTrust object located at the specified index in the collection.
Gets the ApplicationTrust object for the specified application.
Gets an object that can be used to synchronize access to the collection.
Adds an element to the collection.
Copies the elements of the specified ApplicationTrust array to the end of the collection.
Copies the elements of the specified ApplicationTrustCollection to the end of the collection.
Removes all the application trusts from the collection.
Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.
public ApplicationTrustCollection Find(ApplicationIdentity applicationIdentity, ApplicationVersionMatch versionMatch)
Gets the application trusts in the collection that match the specified application identity.
Returns an object that can be used to iterate over the collection.
Removes the specified application trust from the collection.
Removes all application trust objects that match the specified criteria from the collection.
Removes the application trust objects in the specified array from the collection.
Removes the application trust objects in the specified collection from the collection.