IdentityReferenceCollection.Remove Method (IdentityReference)
.NET Framework (current version)
Removes the specified IdentityReference object from the collection.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- identity
-
Type:
System.Security.Principal.IdentityReference
The IdentityReference object to remove.
Implements
ICollection(Of T).Remove(T)| Exception | Condition |
|---|---|
| ArgumentNullException | identity is null. |
.NET Framework
Available since 2.0
Available since 2.0
Show: