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 集合进行枚举的 SignerInfoCollection 对象。

适用于

另请参阅