Click or drag to resize

DigitalCertificate Class

This class represents a certificate used for digital signatures
Inheritance Hierarchy
SystemObject
  ExpertPdf.HtmlToPdf.PdfDocumentDigitalCertificate

Namespace:  ExpertPdf.HtmlToPdf.PdfDocument
Assembly:  ephtmltopdf (in ephtmltopdf.dll) Version: 17.0.0
Syntax
public class DigitalCertificate

The DigitalCertificate 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