PdfSignatureCertificate Class

Docotic.Pdf library help > BitMiracle.Docotic.Pdf > PdfSignatureCertificate Class
Class for a certificate embedded in a signature contents.

Inheritance Hierarchy

System.Object
  BitMiracle.Docotic.Pdf.PdfSignatureCertificate

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public class PdfSignatureCertificate
VB
Public Class PdfSignatureCertificate

The PdfSignatureCertificate type exposes the following members.

Properties

  NameDescription
Public propertyAlgorithm
Gets the ASN.1 Object Identifier (OID) of the algorithm used in the certificate.
Public propertyAlgorithmName
Gets the friendly name of the algorithm used in the certificate.
Public propertyIssuer
Gets the distinguished name of the issuer of this certificate.
Public propertyName
Gets the common name of the subject of this certificate.
Public propertySerialNumber
Gets the serial number of this certificate.
Public propertySubject
Gets the distinguished name of the subject of the certificate.
Public propertyValidFrom
Gets the time in the local time zone that this certificate is valid from.
Public propertyValidUpto
Gets the time in the local time zone that this certificate is valid up to.
Public propertyVersion
Gets the certificate version.

Methods

  NameDescription
Public methodCheckValidity
Checks if this certificate is valid for the given UTC date and time.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetBytes
Gets the raw data of the certificate.
Public methodGetHashCode (Inherited from Object.)
Public methodGetTimestampAuthorityUrl
Gets the URL of the Timestamp Authority (TSA) specified in the certificate.
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)

See Also