SignerInfoCollection.CopyTo Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Metoden CopyTo kopierar SignerInfoCollection samlingen till en matris.
Överlagringar
| Name | Description |
|---|---|
| CopyTo(Array, Int32) |
Metoden CopyTo(Array, Int32) kopierar SignerInfoCollection samlingen till en matris. |
| CopyTo(SignerInfo[], Int32) |
Metoden CopyTo(SignerInfo[], Int32) kopierar SignerInfoCollection samlingen till en SignerInfo matris. |
CopyTo(Array, Int32)
- Källa:
- SignerInfoCollection.cs
- Källa:
- SignerInfoCollection.cs
- Källa:
- SignerInfoCollection.cs
- Källa:
- SignerInfoCollection.cs
- Källa:
- SignerInfoCollection.cs
- Källa:
- SignerInfoCollection.cs
- Källa:
- SignerInfoCollection.cs
- Källa:
- SignerInfoCollection.cs
Metoden CopyTo(Array, Int32) kopierar SignerInfoCollection samlingen till en matris.
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)
Parametrar
- array
- Array
Ett Array objekt som SignerInfoCollection samlingen ska kopieras till.
- index
- Int32
Det nollbaserade indexet array där SignerInfoCollection samlingen kopieras.
Implementeringar
Undantag
Ett av argumenten som angavs för en metod var ogiltigt.
En null-referens skickades till en metod som inte accepterar den som ett giltigt argument.
Värdet för ett argument låg utanför det tillåtna värdeintervallet enligt definitionen i den anropade metoden.
Gäller för
CopyTo(SignerInfo[], Int32)
- Källa:
- SignerInfoCollection.cs
- Källa:
- SignerInfoCollection.cs
- Källa:
- SignerInfoCollection.cs
- Källa:
- SignerInfoCollection.cs
- Källa:
- SignerInfoCollection.cs
- Källa:
- SignerInfoCollection.cs
- Källa:
- SignerInfoCollection.cs
- Källa:
- SignerInfoCollection.cs
Metoden CopyTo(SignerInfo[], Int32) kopierar SignerInfoCollection samlingen till en SignerInfo matris.
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)
Parametrar
- array
- SignerInfo[]
En matris med SignerInfo objekt där SignerInfoCollection samlingen ska kopieras.
- index
- Int32
Det nollbaserade indexet array där SignerInfoCollection samlingen kopieras.
Undantag
Ett av argumenten som angavs för en metod var ogiltigt.
En null-referens skickades till en metod som inte accepterar den som ett giltigt argument.
Värdet för ett argument låg utanför det tillåtna värdeintervallet enligt definitionen i den anropade metoden.