System.Security.Principal.IdentityReferenceCollection.Remove Method

Removes the specified System.Security.Principal.IdentityReference object from the collection.

Syntax

public bool Remove (IdentityReference identity)

Parameters

identity
The System.Security.Principal.IdentityReference object to remove.

Returns

true if the specified object was removed from the collection.

Remarks

Documentation for this section has not yet been entered.

Requirements

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