System.Security.Cryptography.Pkcs.SignerInfoCollection.CopyTo Method

The SignerInfoCollection.CopyTo(Array, int) method copies the System.Security.Cryptography.Pkcs.SignerInfoCollection collection to an array.

Syntax

public void CopyTo (Array array, int index)

Parameters

array
An Array object to which the System.Security.Cryptography.Pkcs.SignerInfoCollection collection is to be copied.
index
The zero-based index in array where the System.Security.Cryptography.Pkcs.SignerInfoCollection collection is copied.

Remarks

Documentation for this section has not yet been entered.

Requirements

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