SignerInfoCollection.GetEnumerator Metodo

Definizione

Il metodo GetEnumerator() restituisce un oggetto SignerInfoEnumerator per l'insieme 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

Restituisce

Oggetto SignerInfoEnumerator che può essere utilizzato per enumerare l'insieme SignerInfoCollection.

Si applica a

Vedi anche