Langue

RecipientInfoCollection.CopyTo Méthode

Définition

La CopyTo méthode copie la RecipientInfoCollection collection dans un tableau.

Surcharges

Nom Description
CopyTo(Array, Int32)

La CopyTo(Array, Int32) méthode copie la RecipientInfoCollection collection dans un tableau.

CopyTo(RecipientInfo[], Int32)

La CopyTo(RecipientInfo[], Int32) méthode copie la RecipientInfoCollection collection dans un RecipientInfo tableau.

CopyTo(Array, Int32)

Source:
RecipientInfoCollection.cs
Source:
RecipientInfoCollection.cs
Source:
RecipientInfoCollection.cs
Source:
RecipientInfoCollection.cs
Source:
RecipientInfoCollection.cs
Source:
RecipientInfoCollection.cs
Source:
RecipientInfoCollection.cs
Source:
RecipientInfoCollection.cs
Source:
RecipientInfoCollection.cs

La CopyTo(Array, Int32) méthode copie la RecipientInfoCollection collection dans un tableau.

public:
 virtual void CopyTo(Array ^ array, int index);
public void CopyTo(Array array, int index);
abstract member CopyTo : Array * int -> unit
override this.CopyTo : Array * int -> unit
Public Sub CopyTo (array As Array, index As Integer)

Paramètres

array
Array

Objet Array vers lequel la RecipientInfoCollection collection doit être copiée.

index
Int32

Index de base zéro dans array lequel la RecipientInfoCollection collection est copiée.

Implémente

Exceptions

L’un des arguments fournis à une méthode n’était pas valide.

Une référence Null a été passée à une méthode qui ne l’accepte pas comme argument valide.

La valeur d’un argument était en dehors de la plage autorisée de valeurs telle que définie par la méthode appelée.

S’applique à

CopyTo(RecipientInfo[], Int32)

Source:
RecipientInfoCollection.cs
Source:
RecipientInfoCollection.cs
Source:
RecipientInfoCollection.cs
Source:
RecipientInfoCollection.cs
Source:
RecipientInfoCollection.cs
Source:
RecipientInfoCollection.cs
Source:
RecipientInfoCollection.cs
Source:
RecipientInfoCollection.cs
Source:
RecipientInfoCollection.cs

La CopyTo(RecipientInfo[], Int32) méthode copie la RecipientInfoCollection collection dans un RecipientInfo tableau.

public:
 void CopyTo(cli::array <System::Security::Cryptography::Pkcs::RecipientInfo ^> ^ array, int index);
public void CopyTo(System.Security.Cryptography.Pkcs.RecipientInfo[] array, int index);
member this.CopyTo : System.Security.Cryptography.Pkcs.RecipientInfo[] * int -> unit
Public Sub CopyTo (array As RecipientInfo(), index As Integer)

Paramètres

array
RecipientInfo[]

Tableau d’objets RecipientInfo dans lequel la RecipientInfoCollection collection doit être copiée.

index
Int32

Index de base zéro dans array lequel la RecipientInfoCollection collection est copiée.

Exceptions

L’un des arguments fournis à une méthode n’était pas valide.

Une référence Null a été passée à une méthode qui ne l’accepte pas comme argument valide.

La valeur d’un argument était en dehors de la plage autorisée de valeurs telle que définie par la méthode appelée.

S’applique à