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

適用対象

こちらもご覧ください