System.Security.Cryptography.CryptographicAttributeObjectCollection.CopyTo Method

Copies the System.Security.Cryptography.CryptographicAttributeObjectCollection collection to an array of System.Security.Cryptography.CryptographicAttributeObject objects.

Syntax

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

Parameters

array
An array of System.Security.Cryptography.CryptographicAttributeObject objects that the collection is copied to.
index
The zero-based index in array to which the collection is to be copied.

Remarks

Documentation for this section has not yet been entered.

Requirements

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