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 | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetBytes |
Gets the raw data of the certificate
|
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetTimestampAuthorityUrl |
Gets the URL of the Timestamp Authority (TSA) specified in the certificate.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |