SignerInfoCollection.GetEnumerator Method

Definition

The GetEnumerator() method returns a SignerInfoEnumerator object for the SignerInfoCollection collection.

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

Returns

A SignerInfoEnumerator object that can be used to enumerate the SignerInfoCollection collection.

Applies to

See also