RecipientInfoCollection.GetEnumerator Method

Definition

The GetEnumerator() method returns a RecipientInfoEnumerator object for the RecipientInfoCollection collection.

public:
 System::Security::Cryptography::Pkcs::RecipientInfoEnumerator ^ GetEnumerator();
public System.Security.Cryptography.Pkcs.RecipientInfoEnumerator GetEnumerator ();
member this.GetEnumerator : unit -> System.Security.Cryptography.Pkcs.RecipientInfoEnumerator
Public Function GetEnumerator () As RecipientInfoEnumerator

Returns

A RecipientInfoEnumerator object that can be used to enumerate the RecipientInfoCollection collection.

Applies to

See also