Class DigitalCertificate
- Namespace
- EvoPdf
- Assembly
- evohtmltopdf.dll
This class represents a certificate used for digital signatures
[ClassInterface(ClassInterfaceType.AutoDual)]
public class DigitalCertificate
- Inheritance
-
DigitalCertificate
- Inherited Members
Properties
EndDate
Gets the end date of this digital certificate.
public DateTime EndDate { get; }
Property Value
Issuer
Gets issuer name of this digital certificate.
public string Issuer { get; }
Property Value
SerialNumber
Gets serial number of this digital certificate.
public byte[] SerialNumber { get; }
Property Value
- byte[]
StartDate
Gets the start date of this digital certificate.
public DateTime StartDate { get; }
Property Value
Subject
Gets the subject of this digital certificate.
public string Subject { get; }
Property Value
Version
Gets version number of this digital certificate.
public int Version { get; }