System.Security.Policy.ApplicationTrustCollection.RemoveRange Method

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

Syntax

public void RemoveRange (ApplicationTrust[] trusts)

Parameters

trusts
A one-dimensional array of type System.Security.Policy.ApplicationTrust that contains items to be removed from the current collection.

Remarks

The objects that follow the removed objects move up to occupy the vacated positions. The indexes of the objects that are moved are also updated.

Requirements

Namespace: System.Security.Policy
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0