System.Security.Policy.ApplicationTrustCollection.Remove Method

Removes the specified application trust from the collection.

Syntax

public void Remove (ApplicationTrust trust)

Parameters

trust
The System.Security.Policy.ApplicationTrust object to remove.

Remarks

The entire collection is searched, and all instances of the specified application trust are removed.

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