SignerInfoCollection.CopyTo Méthode
Définition
La méthode CopyTo copie la collection SignerInfoCollection dans un tableau.The CopyTo method copies the SignerInfoCollection collection to an array.
Surcharges
CopyTo(Array, Int32) |
La méthode CopyTo(Array, Int32) copie la collection SignerInfoCollection dans un tableau.The CopyTo(Array, Int32) method copies the SignerInfoCollection collection to an array. |
CopyTo(SignerInfo[], Int32) |
La méthode CopyTo(SignerInfo[], Int32) copie la collection SignerInfoCollection dans un tableau SignerInfo.The CopyTo(SignerInfo[], Int32) method copies the SignerInfoCollection collection to a SignerInfo array. |
CopyTo(Array, Int32)
La méthode CopyTo(Array, Int32) copie la collection SignerInfoCollection dans un tableau.The CopyTo(Array, Int32) method copies the SignerInfoCollection collection to an array.
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
Paramètres
- array
- Array
Objet Array dans lequel la collection SignerInfoCollection doit être copiée.An Array object to which the SignerInfoCollection collection is to be copied.
- index
- Int32
Index de base de zéro de array
où la collection SignerInfoCollection est copiée.The zero-based index in array
where the SignerInfoCollection collection is copied.
Implémente
Exceptions
Un des arguments fournis à une méthode n'était pas valide.One of the arguments provided to a method was not valid.
Une référence null a été passée à une méthode pour laquelle cet argument n'est pas valide.A null reference was passed to a method that does not accept it as a valid argument.
La valeur d'un argument se trouvait en dehors de la plage de valeurs autorisées telle que la définit la méthode appelée.The value of an argument was outside the allowable range of values as defined by the called method.
CopyTo(SignerInfo[], Int32)
La méthode CopyTo(SignerInfo[], Int32) copie la collection SignerInfoCollection dans un tableau SignerInfo.The CopyTo(SignerInfo[], Int32) method copies the SignerInfoCollection collection to a SignerInfo array.
public:
void CopyTo(cli::array <System::Security::Cryptography::Pkcs::SignerInfo ^> ^ array, int index);
public void CopyTo (System.Security.Cryptography.Pkcs.SignerInfo[] array, int index);
member this.CopyTo : System.Security.Cryptography.Pkcs.SignerInfo[] * int -> unit
Public Sub CopyTo (array As SignerInfo(), index As Integer)
Paramètres
- array
- SignerInfo[]
Tableau des objets SignerInfo où la collection SignerInfoCollection doit être copiée.An array of SignerInfo objects where the SignerInfoCollection collection is to be copied.
- index
- Int32
Index de base de zéro de array
où la collection SignerInfoCollection est copiée.The zero-based index in array
where the SignerInfoCollection collection is copied.
Exceptions
Un des arguments fournis à une méthode n'était pas valide.One of the arguments provided to a method was not valid.
Une référence null a été passée à une méthode pour laquelle cet argument n'est pas valide.A null reference was passed to a method that does not accept it as a valid argument.
La valeur d'un argument se trouvait en dehors de la plage de valeurs autorisées telle que la définit la méthode appelée.The value of an argument was outside the allowable range of values as defined by the called method.