X509ChainElementCollection.IEnumerable<X509ChainElement>.GetEnumerator Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Arbeiten Sie mit uns auf GitHub zusammen
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.