System.Security.Policy.ApplicationTrustCollection Members

The members of System.Security.Policy.ApplicationTrustCollection are listed below.

See Also: Inherited members from System.Object

Public Properties

[read-only]
Countint.

Gets the number of items contained in the collection.

[read-only]
IsSynchronizedbool.

Gets a value indicating whether access to the collection is synchronized (thread safe).

[read-only]
default property
Item(int)ApplicationTrust. Documentation for this section has not yet been entered.
[read-only]
default property
Item(string)ApplicationTrust. Documentation for this section has not yet been entered.
[read-only]
SyncRootobject.

Gets an object that can be used to synchronize access to the collection.

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.

Explicitly Implemented Interface Members

ICollection.CopyTo

Copies the elements of the ICollection to the specified Array, starting at the specified Array index.

IEnumerable.GetEnumerator

Returns an enumerator that iterates through the collection.