SignedCms.SignerInfos プロパティ

定義

SignerInfos プロパティは、CMS/PKCS #7 メッセージに関連付けられた SignerInfoCollection コレクションを取得します。

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

プロパティ値

SignerInfoCollection

CMS/PKCS #7 メッセージの署名者情報を表す SignerInfoCollection オブジェクト。

適用対象

こちらもご覧ください