X509ChainElementCollection.IEnumerable<X509ChainElement>.GetEnumerator Method

Definition

Returns an enumerator that iterates through the collection.

 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

Returns

An enumerator that can be used to iterate through the collection.

Implements

Applies to