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 オブジェクト。

適用対象

こちらもご覧ください