The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
X509ExtensionCollection::CopyTo Method (array<X509Extension^>^, Int32)
.NET Framework (current version)
Copies a collection into an array starting at the specified index.
Assembly: System (in System.dll)
Parameters
- array
-
Type:
array<System.Security.Cryptography.X509Certificates::X509Extension^>^
An array of X509Extension objects.
- index
-
Type:
System::Int32
The location in the array at which copying starts.
| Exception | Condition |
|---|---|
| ArgumentException | index is a zero-length string or contains an invalid value. |
| ArgumentNullException | index is null. |
| ArgumentOutOfRangeException | index specifies a value that is not in the range of the array. |
.NET Framework
Available since 2.0
Available since 2.0
Show: