PDFView4NET WinForms Edition


Certificate Property
Gets or sets the certificate for signing the PDF document.
Syntax
'Declaration
 
Public Property Certificate As X509Certificate2
'Usage
 
Dim instance As PDFDigitalSignature
Dim value As X509Certificate2
 
instance.Certificate = value
 
value = instance.Certificate
public X509Certificate2 Certificate {get; set;}

Property Value

A System.Security.Cryptography.X509Certificates.X509Certificate2 object specifying the certificate for signing.
Remarks
This property also sets the Name property to the name in the certificate.
Requirements

Target Platforms: Windows 7, Windows 10, Windows 11, Windows Server 2022, Windows Server 2025

See Also