System.Security.Cryptography.Pkcs.CmsRecipientCollection.CopyTo Method

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

Syntax

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

Parameters

array
An array of System.Security.Cryptography.Pkcs.CmsRecipient objects where the System.Security.Cryptography.Pkcs.CmsRecipientCollection collection is to be copied.
index
The zero-based index for the array of System.Security.Cryptography.Pkcs.CmsRecipient objects in array to which the System.Security.Cryptography.Pkcs.CmsRecipientCollection 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