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

Elemento actual de X509ChainElementCollection.

Implementaciones

Excepciones

El enumerador se coloca antes del primer elemento de la colección o después del último elemento.

Comentarios

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

Se aplica a