SignerInfoCollection.GetEnumerator 方法

定義

GetEnumerator() 方法傳回 SignerInfoEnumerator 集合的 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

傳回

SignerInfoEnumerator

SignerInfoEnumerator 物件,可用於列舉 SignerInfoCollection 集合。

適用於

另請參閱