X509ChainElementEnumerator.Current Propiedad

Definición

Obtiene el elemento actual de X509ChainElementCollection.

public:
 property System::Security::Cryptography::X509Certificates::X509ChainElement ^ Current { System::Security::Cryptography::X509Certificates::X509ChainElement ^ get(); };
public System.Security.Cryptography.X509Certificates.X509ChainElement Current { get; }
member this.Current : System.Security.Cryptography.X509Certificates.X509ChainElement
Public ReadOnly Property Current As X509ChainElement

Valor de propiedad

X509ChainElement

Elemento actual de X509ChainElementCollection.

Implementaciones

Excepciones

El enumerador se coloca delante del primer elemento o detrás del último elemento de la colección.

Comentarios

Current no mueve la posición del enumerador y las llamadas consecutivas para Current devolver el mismo objeto hasta que MoveNext se llama a o Reset .

Se aplica a