System.Security.Policy.ApplicationTrustCollection.RemoveRange Method

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

Syntax

public void RemoveRange (ApplicationTrustCollection trusts)

Parameters

trusts
An System.Security.Policy.ApplicationTrustCollection that contains items to be removed from the currentcollection.

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