SignerInfoCollection.GetEnumerator Metoda

Definice

Metoda GetEnumerator() vrátí SignerInfoEnumerator objekt pro kolekci SignerInfoCollection .

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

Návraty

Objekt SignerInfoEnumerator , který lze použít k výčtu SignerInfoCollection kolekce.

Platí pro

Viz také