10 private int m_current;
24 return m_extensions[m_current];
32 internal X509ExtensionEnumerator(X509ExtensionCollection extensions)
34 m_extensions = extensions;
44 if (m_current == m_extensions.Count - 1)
Supports a simple iteration over a T:System.Security.Cryptography.X509Certificates....
Represents an X509 extension.
void Reset()
Sets the enumerator to its initial position, which is before the first element in the T:System....
bool MoveNext()
Advances the enumerator to the next element in the T:System.Security.Cryptography....
Represents a collection of T:System.Security.Cryptography.X509Certificates.X509Extension objects....
object Current
Gets the element in the collection at the current position of the enumerator.
X509Extension Current
Gets the current element in the T:System.Security.Cryptography.X509Certificates.X509ExtensionCollecti...
Supports a simple iteration over a non-generic collection.