SignerInfoEnumerator Class

 

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

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

System::Object
  System.Security.Cryptography.Pkcs::SignerInfoEnumerator

[HostProtectionAttribute(SecurityAction::LinkDemand, MayLeakOnAbort = true)]
public ref class SignerInfoEnumerator sealed : IEnumerator

NameDescription
System_CAPS_pubpropertyCurrent

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

NameDescription
System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodMoveNext()

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

System_CAPS_pubmethodReset()

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

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privpropertyIEnumerator::Current

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

.NET Framework
Available since 2.0

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: