Share via


X509ChainElementEnumerator.IEnumerator.Current Vlastnost

Definice

Získá aktuální prvek v objektu X509ChainElementCollection.

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

Aktuální prvek v objektu X509ChainElementCollection.

Implementuje

Výjimky

Enumerátor je umístěn před prvním prvkem kolekce nebo za poslední prvek.

Poznámky

Current nepohybuje pozici enumerátoru a po sobě jdoucích volání pro Current vrácení stejného objektu, dokud není volána nebo MoveNextReset .

Platí pro