XpsDigitalSignature.SignerCertificate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the X.509 certificate of the signer.
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
Property Value
The X.509 certificate of the signer; or null
when there is no certificate embedded in the document package.
Remarks
The X.509 certificate of the signer is embedded by the SignDigitally method when called with the embedCertificate
parameter set to true
.
For more information on digital signatures and certificates, see Section 3.3 Digital Signatures in the Open Packaging Conventions specification available for download at https://www.ecma-international.org/publications-and-standards/standards/ecma-376/.