Edit

SignerInfoEnumerator Class

Definition

The SignerInfoEnumerator class provides enumeration functionality for the SignerInfoCollection collection. SignerInfoEnumerator implements the IEnumerator interface.

public ref class SignerInfoEnumerator sealed : System::Collections::IEnumerator
public sealed class SignerInfoEnumerator : System.Collections.IEnumerator
type SignerInfoEnumerator = class
    interface IEnumerator
Public NotInheritable Class SignerInfoEnumerator
Implements IEnumerator
Inheritance
SignerInfoEnumerator
Implements

Properties

Name Description
Current

The Current property retrieves the current SignerInfo object from the SignerInfoCollection collection.

Methods

Name Description
MoveNext()

The MoveNext() method advances the enumeration to the next SignerInfo object in the SignerInfoCollection collection.

Reset()

The Reset() method resets the enumeration to the first SignerInfo object in the SignerInfoCollection collection.

Explicit Interface Implementations

Name Description
IEnumerator.Current

The IEnumerator.Current property retrieves the current SignerInfo object from the SignerInfoCollection collection.

Applies to