X509ChainElementCollection.Item[Int32] Propiedad

Definición

Obtiene el objeto X509ChainElement en el índice especificado.

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

Parámetros

index
Int32

Valor de entero.

Valor de propiedad

X509ChainElement

Un objeto X509ChainElement.

Excepciones

index es menor que cero.

index es mayor o igual que la longitud de la colección.

Comentarios

Use este método para tener acceso a un X509ChainElement objeto de la colección.

Se aplica a