System.Security.Principal.IdentityReferenceCollection.CopyTo Method

Copies the System.Security.Principal.IdentityReferenceCollection collection to an System.Security.Principal.IdentityReferenceCollection array, starting at the specified index.

Syntax

public void CopyTo (IdentityReference[] array, int offset)

Parameters

array
An System.Security.Principal.IdentityReferenceCollection array object to which the System.Security.Principal.IdentityReferenceCollection collection is to be copied.
offset
The zero-based index in array where the System.Security.Principal.IdentityReferenceCollection collection is to be copied.

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