X509ChainElementEnumerator.Current Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient l’élément actuel dans le 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
Valeur de propriété
Élément actuel dans le X509ChainElementCollection.
Exceptions
L’énumérateur est positionné avant le premier élément de la collection ou après le dernier élément.
Remarques
Currentne déplace pas la position de l’énumérateur et les appels consécutifs pour Current renvoyer le même objet tant qu’il n’est pas appelé ou Reset nonMoveNext.