X509ChainElementEnumerator.IEnumerator.Current Proprietà

Definizione

Ottiene l'elemento corrente nell'oggetto 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

Valore della proprietà

Object

Elemento corrente nell'oggetto X509ChainElementCollection.

Implementazioni

Eccezioni

L'enumeratore è posizionato prima del primo elemento della raccolta o dopo l'ultimo elemento.

Commenti

Current non sposta la posizione dell'enumeratore e le chiamate consecutive per restituire lo stesso oggetto fino a Current quando MoveNext non viene chiamato o Reset .

Si applica a