X509ChainElementEnumerator::Reset Method ()

 

Sets the enumerator to its initial position, which is before the first element in the X509ChainElementCollection.

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

public:
virtual void Reset() sealed

Exception Condition
InvalidOperationException

The collection was modified after the enumerator was created.

An enumerator remains valid as long as the collection remains unchanged. If changes are made to the collection, such as adding, modifying or deleting elements, the enumerator is irrecoverably invalidated and the next call to MoveNext or Reset throws an InvalidOperationException.

.NET Framework
Available since 2.0
Return to top
Show: