SignerInfoEnumerator.IEnumerator.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.
La IEnumerator.Current propriété récupère l’objet actuel SignerInfo de la SignerInfoCollection collection.
property System::Object ^ System::Collections::IEnumerator::Current { System::Object ^ get(); };
object System.Collections.IEnumerator.Current { get; }
member this.System.Collections.IEnumerator.Current : obj
ReadOnly Property Current As Object Implements IEnumerator.Current
Valeur de propriété
Objet SignerInfo qui représente la structure d’informations du signataire actuel dans la SignerInfoCollection collection.
Implémente
Remarques
Ce membre est une implémentation explicite de membre d’interface. Elle ne peut être utilisée que lorsque l’instance SignerInfoEnumerator est convertie en IEnumerator interface.