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::ICollection::CopyTo Method (Array^, Int32)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Copies the collection into an array starting at the specified index.
Assembly: System (in System.dll)
Parameters
- array
-
Type:
System::Array^
An array of X509Extension objects.
- index
-
Type:
System::Int32
The location in the array at which copying starts.
Implements
ICollection::CopyTo(Array^, Int32)| 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: