This documentation is archived and is not being maintained.
ApplicationTrustCollection Class
Visual Studio 2010
Represents a collection of ApplicationTrust objects. This class cannot be inherited.
Assembly: mscorlib (in mscorlib.dll)
The ApplicationTrustCollection type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of items contained in the collection. |
![]() | IsSynchronized | Gets a value indicating whether access to the collection is synchronized (thread safe). |
![]() | Item[Int32] | Gets the ApplicationTrust object located at the specified index in the collection. |
![]() | Item[String] | Gets the ApplicationTrust object for the specified application. |
![]() | SyncRoot | Gets an object that can be used to synchronize access to the collection. |
| Name | Description | |
|---|---|---|
![]() | Add | Adds an element to the collection. |
![]() | AddRange(array<ApplicationTrust>) | Copies the elements of the specified ApplicationTrust array to the end of the collection. |
![]() | AddRange(ApplicationTrustCollection) | Copies the elements of the specified ApplicationTrustCollection 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(Object) | 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(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(array<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. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | AsParallel | Enables parallelization of a query. (Defined by ParallelEnumerable.) |
![]() | AsQueryable | Converts an IEnumerable to an IQueryable. (Defined by Queryable.) |
![]() | Cast<TResult> | Converts the elements of an IEnumerable to the specified type. (Defined by Enumerable.) |
![]() | OfType<TResult> | 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. |
ApplicationTrust objects encapsulate security decisions about an application.
- SecurityCriticalAttribute
requires full trust for the immediate caller. This member cannot be used by partially trusted or transparent code.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
