X509Certificate2Collection.IEnumerable<X509Certificate2>.GetEnumerator 메서드

정의

컬렉션을 반복하는 열거자를 반환합니다.

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

반환

컬렉션을 반복하는 데 사용할 수 있는 열거자입니다.

구현

적용 대상