10 private int m_current;
24 return m_chainElements[m_current];
32 internal X509ChainElementEnumerator(X509ChainElementCollection chainElements)
34 m_chainElements = chainElements;
44 if (m_current == m_chainElements.Count - 1)
bool MoveNext()
Advances the enumerator to the next element in the T:System.Security.Cryptography....
Supports a simple iteration over an T:System.Security.Cryptography.X509Certificates....
void Reset()
Sets the enumerator to its initial position, which is before the first element in the T:System....
Represents a collection of T:System.Security.Cryptography.X509Certificates.X509ChainElement objects....
Represents an element of an X.509 chain.
X509ChainElement Current
Gets the current element in the T:System.Security.Cryptography.X509Certificates.X509ChainElementColle...
object Current
Gets the element in the collection at the current position of the enumerator.
Supports a simple iteration over a non-generic collection.