ApplicationTrustCollection Methods
.NET Framework 3.5
The ApplicationTrustCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
Add | Adds an element to the collection. |
|
AddRange | Overloaded. Copies a range of ApplicationTrust objects to the end of the collection. |
|
Clear | Removes all the application trusts from the collection. |
|
CopyTo | Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array. |
|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
Find | Gets the application trusts in the collection that match the specified application identity. |
|
GetEnumerator | Returns an object that can be used to iterate over the collection. |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
Remove | Overloaded. Removes the elements that match the specified criteria. |
|
RemoveRange | Overloaded. Removes a collection of application trust objects from the collection. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
|
AsQueryable | Converts an IEnumerable to an IQueryable. (Defined by Queryable.) |
|
Cast | Converts the elements of an IEnumerable to the specified type. (Defined by Enumerable.) |
|
OfType | Filters the elements of an IEnumerable based on a specified type. (Defined by Enumerable.) |
| Name | Description | |
|---|---|---|
|
ICollection.CopyTo | Infrastructure. Copies the elements of the ICollection to the specified Array, starting at the specified Array index. |
|
IEnumerable.GetEnumerator | Infrastructure. Returns an enumerator that iterates through the collection. |