X509ChainElementCollection.Item[Int32] Vlastnost

Definice

X509ChainElement Získá objekt v zadaném indexu.

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

Parametry

index
Int32

Celočíselná hodnota.

Hodnota vlastnosti

X509ChainElement

Objekt X509ChainElement.

Výjimky

Hodnota index je menší než nula.

index je větší nebo rovna délce kolekce.

Poznámky

Pomocí této metody můžete získat přístup k X509ChainElement objektu v kolekci.

Platí pro