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