Copies the X509Certificate values in the current X509CertificateCollection to a one-dimensional Array instance at the specified index.
| C# | Visual Basic |
public void CopyTo( X509Certificate[] array, int index )
Public Sub CopyTo ( _ array As X509Certificate(), _ index As Integer _ )
- 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.