X509ChainElementCollection.Item[Int32] Property

Definition

Gets the X509ChainElement object at the specified index.

public:
 property System::Security::Cryptography::X509Certificates::X509ChainElement ^ default[int] { System::Security::Cryptography::X509Certificates::X509ChainElement ^ get(int index); };
public System.Security.Cryptography.X509Certificates.X509ChainElement this[int index] { get; }
member this.Item(int) : System.Security.Cryptography.X509Certificates.X509ChainElement
Default Public ReadOnly Property Item(index As Integer) As X509ChainElement

Parameters

index
Int32

An integer value.

Property Value

An X509ChainElement object.

Exceptions

index is less than zero.

index is greater than or equal to the length of the collection.

Remarks

Use this method to access an X509ChainElement object in the collection.

Applies to