SignerInfoEnumerator Class
The SignerInfoEnumerator class provides enumeration functionality for the SignerInfoCollection collection. SignerInfoEnumerator implements the IEnumerator interface.
Assembly: System.Security (in System.Security.dll)
| Name | Description | |
|---|---|---|
![]() | Current | The Current property retrieves the current SignerInfo object from the SignerInfoCollection collection. |
| Name | Description | |
|---|---|---|
![]() | 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() | |
![]() | 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.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IEnumerator::Current | The IEnumerator::Current property retrieves the current SignerInfo object from the SignerInfoCollection collection. |
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.



