XpsDigitalSignature.IsCertificateAvailable 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 a value that indicates whether the signer's X.509 certificate is contained in the document Package.
public:
property bool IsCertificateAvailable { bool get(); };
public bool IsCertificateAvailable { get; }
member this.IsCertificateAvailable : bool
Public ReadOnly Property IsCertificateAvailable As Boolean
Property Value
true
if the X.509 certificate of the signer is embedded in the document Package; otherwise, false
.
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/.