IdentityReferenceCollection::Add Method (IdentityReference^)

 

Adds an IdentityReference object to the IdentityReferenceCollection collection.

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

public:
virtual void Add(
	IdentityReference^ identity
) sealed

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: