IdentityReferenceCollection.Add Method (IdentityReference)

 

Adds an IdentityReference object to the IdentityReferenceCollection collection.

Namespace:   System.Security.Principal
Assembly:  mscorlib (in mscorlib.dll)

Public Sub Add (
	identity As IdentityReference
)

Parameters

identity
Type: System.Security.Principal.IdentityReference

The IdentityReference object to add to the collection.

Exception Condition
ArgumentNullException

identity is null.

.NET Framework
Available since 2.0
Return to top
Show: