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