System.Security.Policy.ApplicationTrustCollection: Method Members

The methods of System.Security.Policy.ApplicationTrustCollection are listed below. For a list of all members, see the ApplicationTrustCollection Members list.

See Also: Inherited members from System.Object

Public Methods

Add(ApplicationTrust) : int

Adds an element to the collection.

AddRange(ApplicationTrust[])

Copies the elements of the specified System.Security.Policy.ApplicationTrust array to the end of the collection.

AddRange(ApplicationTrustCollection)

Copies the elements of the specified System.Security.Policy.ApplicationTrustCollection to the end of the collection.

Clear()

Removes all the application trusts from the collection.

CopyTo(ApplicationTrust[], int)

Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.

Find(ApplicationIdentity, ApplicationVersionMatch) : ApplicationTrustCollection

Gets the application trusts in the collection that match the specified application identity.

GetEnumerator() : ApplicationTrustEnumerator

Returns an object that can be used to iterate over the collection.

Remove(ApplicationTrust)

Removes the specified application trust from the collection.

Remove(ApplicationIdentity, ApplicationVersionMatch)

Removes all application trust objects that match the specified criteria from the collection.

RemoveRange(ApplicationTrust[])

Removes the application trust objects in the specified array from the collection.

RemoveRange(ApplicationTrustCollection)

Removes the application trust objects in the specified collection from the collection.