DigitalCertificate Class

This class represents a certificate used for digital signatures

Definition

Namespace: EvoPdf
Assembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 11.0.0
C#
public class DigitalCertificate
Inheritance
Object    DigitalCertificate

Properties

EndDate Gets the end date of this digital certificate.
Issuer Gets issuer name of this digital certificate.
SerialNumber Gets serial number of this digital certificate.
StartDate Gets the start date of this digital certificate.
Subject Gets the subject of this digital certificate.
Version Gets version number of this digital certificate.

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also