PdfSignatureCertificate Properties

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.

See Also