X509ChainElementCollection::GetEnumerator Method ()

 

Gets an X509ChainElementEnumerator object that can be used to navigate through a collection of chain elements.

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

public:
X509ChainElementEnumerator^ GetEnumerator()

The X509ChainElementEnumerator class implements IEnumerator, which enables you to use methods such as Current, MoveNext and Reset to view the contents of the collection.

.NET Framework
Available since 2.0
Return to top
Show: