Share via


SignerInfoEnumerator.IEnumerator.Current Vlastnost

Definice

Vlastnost IEnumerator.Current načte aktuální SignerInfo objekt z SignerInfoCollection kolekce.

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

Hodnota vlastnosti

Objekt SignerInfo , který představuje aktuální strukturu informací podepisující v kolekci SignerInfoCollection .

Implementuje

Poznámky

Tento člen je explicitní implementace členu rozhraní. Lze jej použít pouze v SignerInfoEnumerator případě, že je instance přetypovaná na IEnumerator rozhraní.

Platí pro

Viz také