X509CertificateCollection::GetEnumerator Method ()

 

Returns an enumerator that can iterate through the X509CertificateCollection.

Namespace:   System.Security.Cryptography.X509Certificates
Assembly:  System (in System.dll)

public:
X509CertificateCollection::X509CertificateEnumerator^ GetEnumerator()

Return Value

Type: System.Security.Cryptography.X509Certificates::X509CertificateCollection::X509CertificateEnumerator^

An enumerator of the subelements of X509CertificateCollection you can use to iterate through the collection.

.NET Framework
Available since 1.1
Return to top
Show: