SignerInfoEnumerator.Current プロパティ

定義

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

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

プロパティ値

SignerInfo コレクション内の現在の署名者情報構造を表すSignerInfoCollection オブジェクト。

適用対象

こちらもご覧ください