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

Current

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

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
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.

ToString()

Returns a string that represents the current object.

(Inherited from Object)

Explicit Interface Implementations

IEnumerator.Current

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

Applies to