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

The SignerInfoCollection.CopyTo(SignerInfo[], int) method copies the System.Security.Cryptography.Pkcs.SignerInfoCollection collection to a System.Security.Cryptography.Pkcs.SignerInfo array.

Syntax

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

Parameters

array
An array of System.Security.Cryptography.Pkcs.SignerInfo objects where 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