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