Share via


X509ChainElementCollection.IEnumerable<X509ChainElement>.GetEnumerator Metodo

Definizione

Restituisce un enumeratore che consente di scorrere la raccolta.

 virtual System::Collections::Generic::IEnumerator<System::Security::Cryptography::X509Certificates::X509ChainElement ^> ^ System.Collections.Generic.IEnumerable<System.Security.Cryptography.X509Certificates.X509ChainElement>.GetEnumerator() = System::Collections::Generic::IEnumerable<System::Security::Cryptography::X509Certificates::X509ChainElement ^>::GetEnumerator;
System.Collections.Generic.IEnumerator<System.Security.Cryptography.X509Certificates.X509ChainElement> IEnumerable<X509ChainElement>.GetEnumerator ();
abstract member System.Collections.Generic.IEnumerable<System.Security.Cryptography.X509Certificates.X509ChainElement>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Security.Cryptography.X509Certificates.X509ChainElement>
override this.System.Collections.Generic.IEnumerable<System.Security.Cryptography.X509Certificates.X509ChainElement>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Security.Cryptography.X509Certificates.X509ChainElement>
Function GetEnumerator () As IEnumerator(Of X509ChainElement) Implements IEnumerable(Of X509ChainElement).GetEnumerator

Restituisce

IEnumerator<X509ChainElement>

Enumeratore che può essere usato per scorrere la raccolta.

Implementazioni

Si applica a