XpsDigitalSignature.SignerCertificate 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得簽署者的 X.509 憑證。
public:
property System::Security::Cryptography::X509Certificates::X509Certificate ^ SignerCertificate { System::Security::Cryptography::X509Certificates::X509Certificate ^ get(); };
public System.Security.Cryptography.X509Certificates.X509Certificate SignerCertificate { get; }
member this.SignerCertificate : System.Security.Cryptography.X509Certificates.X509Certificate
Public ReadOnly Property SignerCertificate As X509Certificate
屬性值
簽署者的 X.509 憑證,或是當沒有憑證內嵌在文件封裝中時則為 null
。
備註
當呼叫 embedCertificate
參數設定 true
為 時,會內嵌 SignDigitally 簽署者的 X.509 憑證。
如需數位簽章和憑證的詳細資訊,請參閱 開放 封裝慣例 規格中的第 3.3 節數位簽章,可在 下載 https://www.ecma-international.org/publications-and-standards/standards/ecma-376/ 。