In The Hand LtdIn The Hand
CopyTo Method (array, index)
NamespacesInTheHand.Security.Cryptography.X509CertificatesX509CertificateCollectionCopyTo(array<X509Certificate>[]()[][], Int32)
.NET Components for Mobility
Copies the X509Certificate values in the current X509CertificateCollection to a one-dimensional Array instance at the specified index.
Declaration Syntax
C#Visual Basic
public void CopyTo(
	X509Certificate[] array,
	int index
)
Public Sub CopyTo ( _
	array As X509Certificate(), _
	index As Integer _
)
Parameters
array (array<X509Certificate>[]()[][])
The one-dimensional Array that is the destination of the values copied from X509CertificateCollection.
index (Int32)
The index into array to begin copying.

Assembly: InTheHand (Module: InTheHand) Version: 7.0.0.0