SignerInfoCollection.GetEnumerator Método

Definição

O método GetEnumerator() retorna um objeto SignerInfoEnumerator para a coleção 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

Retornos

SignerInfoEnumerator

Um objeto SignerInfoEnumerator que pode ser usado para enumerar a coleção SignerInfoCollection.

Aplica-se a

Confira também