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.
X509ChainElementCollection::Item Property (Int32)
.NET Framework (current version)
Gets the X509ChainElement object at the specified index.
Assembly: System (in System.dll)
public: property X509ChainElement^ default[ int index ] { X509ChainElement^ get(int index); }
Parameters
- index
-
Type:
System::Int32
An integer value.
Property Value
Type: System.Security.Cryptography.X509Certificates::X509ChainElement^An X509ChainElement object.
| Exception | Condition |
|---|---|
| InvalidOperationException | index is less than zero. |
| ArgumentOutOfRangeException | index is greater than or equal to the length of the collection. |
Use this method to access an X509ChainElement object in the collection.
.NET Framework
Available since 2.0
Available since 2.0
Show: