SignerInfo.Certificate プロパティ

定義

Certificate プロパティは、署名者情報に関連付けられた署名証明書を取得します。

public:
 property System::Security::Cryptography::X509Certificates::X509Certificate2 ^ Certificate { System::Security::Cryptography::X509Certificates::X509Certificate2 ^ get(); };
public System.Security.Cryptography.X509Certificates.X509Certificate2 Certificate { get; }
public System.Security.Cryptography.X509Certificates.X509Certificate2? Certificate { get; }
member this.Certificate : System.Security.Cryptography.X509Certificates.X509Certificate2
Public ReadOnly Property Certificate As X509Certificate2

プロパティ値

署名証明書を表す X509Certificate2 オブジェクト。

注釈

プロパティを使用 CmsSigner.IncludeOption して署名時に署名証明書が含まれていない場合、証明書は返されません。

適用対象

こちらもご覧ください