System.Security.Cryptography.AsnEncodedDataCollection.CopyTo Method

Copies the System.Security.Cryptography.AsnEncodedDataCollection object into an array.

Syntax

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

Parameters

array
The array that the System.Security.Cryptography.AsnEncodedDataCollection object is to be copied into.
index
The location where the copy operation starts.

Remarks

This method copies the contents of an System.Security.Cryptography.OidCollection object into an array. The copying begins at the specified index location.

Requirements

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