RecipientInfoEnumerator.Current プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 オブジェクトです。