Table of Contents

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

DateTime

Issuer

Gets issuer name of this digital certificate.

public string Issuer { get; }

Property Value

string

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

DateTime

Subject

Gets the subject of this digital certificate.

public string Subject { get; }

Property Value

string

Version

Gets version number of this digital certificate.

public int Version { get; }

Property Value

int