SignerInfoEnumerator.IEnumerator.Current Propriété

Définition

La propriété IEnumerator.Current récupère l'objet SignerInfo en cours de la collection SignerInfoCollection.

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é

Object

Objet SignerInfo qui représente la structure d'information de signataire actuelle dans la collection SignerInfoCollection.

Implémente

Remarques

Ce membre est une implémentation d'un membre d'interface explicite. Il peut uniquement être utilisé lorsque l'instance de SignerInfoEnumerator est castée en interface IEnumerator.

S’applique à

Voir aussi