RecipientInfoCollection.GetEnumerator メソッド

定義

GetEnumerator() メソッドは、RecipientInfoEnumerator コレクションの RecipientInfoCollection オブジェクトを返します。

public:
 System::Security::Cryptography::Pkcs::RecipientInfoEnumerator ^ GetEnumerator();
public System.Security.Cryptography.Pkcs.RecipientInfoEnumerator GetEnumerator ();
member this.GetEnumerator : unit -> System.Security.Cryptography.Pkcs.RecipientInfoEnumerator
Public Function GetEnumerator () As RecipientInfoEnumerator

戻り値

RecipientInfoEnumerator コレクションを列挙するために使用できる RecipientInfoCollection オブジェクト。

適用対象

こちらもご覧ください