Namespace: BitMiracle.Docotic.Pdf
public class PdfSignatureCertificate
Public Class PdfSignatureCertificate
The PdfSignatureCertificate type exposes the following members.
Name | Description | |
---|---|---|
![]() | Algorithm |
Gets the ASN.1 Object Identifier (OID) of the algorithm used in the certificate.
|
![]() | AlgorithmName |
Gets the friendly name of the algorithm used in the certificate.
|
![]() | Issuer |
Gets the distinguished name of the issuer of this certificate.
|
![]() | Name |
Gets the common name of the subject of this certificate.
|
![]() | SerialNumber |
Gets the serial number of this certificate.
|
![]() | Subject |
Gets the distinguished name of the subject of the certificate.
|
![]() | ValidFrom |
Gets the time in the local time zone that this certificate is valid from.
|
![]() | ValidUpto |
Gets the time in the local time zone that this certificate is valid up to.
|
![]() | Version |
Gets the certificate version.
|
Name | Description | |
---|---|---|
![]() | CheckValidity |
Checks if this certificate is valid for the given UTC date and time.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetBytes |
Gets the raw data of the certificate.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetTimestampAuthorityUrl |
Gets the URL of the Timestamp Authority (TSA) specified in the certificate.
|
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |