System.Security.Cryptography.Pkcs.SignerInfoEnumerator
The SignerInfoEnumerator class provides enumeration functionality for the SignerInfoCollection collection. SignerInfoEnumerator implements the IEnumerator interface.
The Current property retrieves the current SignerInfo object from the SignerInfoCollection collection.
The MoveNext method advances the enumeration to the next SignerInfo object in the SignerInfoCollection collection.
The Reset method resets the enumeration to the first SignerInfo object in the SignerInfoCollection collection.