Click or drag to resize

CPDFSignatureCertificate Class

Signature certificate
Inheritance Hierarchy
SystemObject
  ComPDFKit.DigitalSignCPDFSignatureCertificate

Namespace:  ComPDFKit.DigitalSign
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.0.0.0
Syntax
C#
public class CPDFSignatureCertificate

The CPDFSignatureCertificate type exposes the following members.

Properties
  NameDescription
Public propertyAuthorityInfoAccess
AuthorityInfo access
Public propertyAuthorityKeyIdentifier
Authority key identifier
Public propertyBasicConstraints
Basic constraints
Public propertyCertificatePolicies
Certificate policies
Public propertyCRLDistributionPoints
CRL distribution points
Public propertyIssuer
Issuer
Public propertyIssuerDict
Issuer dictionary
Public propertyIsTrusted
Whether it is trusted
Public propertyKeyUsage
Key usage
Public propertyMD5Digest
MD5 digest
Public propertyOcspStatus
Ocsp status
Public propertyOcspURL
Ocsp URL
Public propertyPublicKey
Public key
Public propertySerialNumber
Serial number
Public propertySHA1Digest
SHA1 digest
Public propertySignatureAlgorithmOID
Signature algorithm
Public propertySignatureAlgorithmType
Signature algorithm types
Public propertySigner
Get the certificate's signer.
Public propertySubject
Subject
Public propertySubjectDict
Subject dictionary
Public propertySubjectKeyIdentifier
Subject key identifier
Public propertyValidityEnds
Validity ends
Public propertyValidityStarts
Validity starts
Public propertyVersion
Version
Public propertyX509Data
X509 data
Top
Methods
  NameDescription
Public methodAddToTrustedCertificates
Add the certificate to the trust path.
Public methodCheckCertificateIsTrusted
Check if the certificate is trusted.
Public methodExportToFilePath
Export certificates from the PDF to the specified path.
Public methodIsValid
Checks if the object is valid.
Public methodRelease
Release the CPDFSignatureCertificate
Top
See Also