RecipientInfoEnumerator.Current プロパティ

定義

Current プロパティは、RecipientInfo コレクションから、現在の RecipientInfoCollection オブジェクトを取得します。

public:
 property System::Security::Cryptography::Pkcs::RecipientInfo ^ Current { System::Security::Cryptography::Pkcs::RecipientInfo ^ get(); };
public System.Security.Cryptography.Pkcs.RecipientInfo Current { get; }
member this.Current : System.Security.Cryptography.Pkcs.RecipientInfo
Public ReadOnly Property Current As RecipientInfo

プロパティ値

RecipientInfo コレクションにおける現在の受取人情報の構造体を表す RecipientInfoCollection オブジェクトです。

適用対象

こちらもご覧ください