10 private int m_current;
22 return m_oids[m_current];
30 internal OidEnumerator(OidCollection oids)
42 if (m_current == m_oids.Count - 1)
Represents a collection of T:System.Security.Cryptography.Oid objects. This class cannot be inherited...
Represents a cryptographic object identifier. This class cannot be inherited.
object Current
Gets the element in the collection at the current position of the enumerator.
Provides the ability to navigate through an T:System.Security.Cryptography.OidCollection object....
void Reset()
Sets an enumerator to its initial position.
Supports a simple iteration over a non-generic collection.
Oid Current
Gets the current T:System.Security.Cryptography.Oid object in an T:System.Security....
bool MoveNext()
Advances to the next T:System.Security.Cryptography.Oid object in an T:System.Security....