Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

OidCollection::IEnumerable::GetEnumerator Method ()

 

Returns an OidEnumerator object that can be used to navigate the OidCollection object.

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

private:
virtual IEnumerator^ GetEnumerator() sealed = IEnumerable::GetEnumerator

Return Value

Type: System.Collections::IEnumerator^

An OidEnumerator object that can be used to navigate the collection.

The OidEnumerator class implements the IEnumerator interface, which allows you to move within a collection.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft