SignerInfoCollection.GetEnumerator Metod

Definition

Metoden GetEnumerator() returnerar ett SignerInfoEnumerator objekt för SignerInfoCollection samlingen.

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

Returer

Ett SignerInfoEnumerator objekt som kan användas för att räkna upp SignerInfoCollection samlingen.

Gäller för

Se även