Click or drag to resize
Pdf Library for .NET

PdfDigitalCertificate Class

This class represents a certificate used for digital signatures in a pdf document.
Inheritance Hierarchy
SystemObject
  SelectPdfPdfDigitalCertificate

Namespace: SelectPdf
Assembly: Select.Pdf (in Select.Pdf.dll) Version: 26.2
Syntax
public class PdfDigitalCertificate

The PdfDigitalCertificate type exposes the following members.

Properties
 NameDescription
Public propertyEndDate Gets the end date of the certificate.
Public propertyIssuer Gets the certificate issuer name.
Public propertySerialNumber Gets the certificate serial number.
Public propertyStartDate Gets the start date of the certificate.
Public propertySubject Gets the certificate subject name.
Public propertyVersion Gets the certificate version number.
Top
See Also