System.Security.Permissions.KeyContainerPermissionAccessEntryCollection.CopyTo Method

Copies the elements of the collection to a compatible one-dimensional array, starting at the specified index of the target array.

Syntax

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

Parameters

array
The one-dimensional System.Security.Permissions.KeyContainerPermissionAccessEntry array that is the destination of the elements copied from the current collection.
index
The index in array at which copying begins.

Remarks

Documentation for this section has not yet been entered.

Requirements

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