SignerInfoCollection.GetEnumerator Methode

Definitie

De GetEnumerator() methode retourneert een SignerInfoEnumerator object voor de SignerInfoCollection verzameling.

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

Retouren

Een SignerInfoEnumerator object dat kan worden gebruikt om de SignerInfoCollection verzameling op te sommen.

Van toepassing op

Zie ook