System.Security.AccessControl.GenericAcl.CopyTo Method

Copies each System.Security.AccessControl.GenericAce of the current System.Security.AccessControl.GenericAcl into the specified array.

Syntax

public void CopyTo (GenericAce[] array, int index)

Parameters

array
The array into which copies of the System.Security.AccessControl.GenericAce objects contained by the current System.Security.AccessControl.GenericAcl are placed.
index
The zero-based index of array where the copying begins.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Security.AccessControl
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0