The members of System.Security.Policy.ApplicationTrustCollection are listed below.
See Also: Inherited members from System.Object
[read-only] | Count | int.
Gets the number of items contained in the collection. |
[read-only] | IsSynchronized | bool.
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] | SyncRoot | object.
Gets an object that can be used to synchronize access to the collection. |
Add(ApplicationTrust)
| ||
AddRange(ApplicationTrust[])
| ||
AddRange(ApplicationTrustCollection)
| ||
Clear()
| ||
CopyTo(ApplicationTrust[], int)
| ||
Find(ApplicationIdentity, ApplicationVersionMatch)
| ||
GetEnumerator()
| ||
Remove(ApplicationTrust)
| ||
Remove(ApplicationIdentity, ApplicationVersionMatch)
| ||
RemoveRange(ApplicationTrust[])
| ||
RemoveRange(ApplicationTrustCollection)
|
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. |