PdfSignatureContents Class

Docotic.Pdf library help > BitMiracle.Docotic.Pdf > PdfSignatureContents Class
Class for a signature contents. This class can be used to access signature certificates and to validate or verify the signature.

Inheritance Hierarchy

System.Object
  BitMiracle.Docotic.Pdf.PdfSignatureContents

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

Syntax

C#
public class PdfSignatureContents
VB
Public Class PdfSignatureContents

The PdfSignatureContents type exposes the following members.

Methods

  NameDescription
Public methodCheckHasEmbeddedCrl
Checks if the signature contents has CRL revocation data embedded.
Public methodCheckHasEmbeddedOcsp
Checks if the signature contents has OCSP revocation data embedded.
Public methodCheckIfRevoked(PdfCertificateRevocationCheckMode)
Checks if the signing certificate stored in this signature contents is revoked now.
Public methodCheckIfRevoked(PdfCertificateRevocationCheckMode, DateTime)
Checks if the signing certificate stored in this signature contents is revoked at the specified date and time.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetIssuerCertificateFor
Gets the certificate that was used to issue the given certificate.
Public methodGetSigningCertificate
Gets the certificate that was used to create the signature.
Public methodGetTimestampToken
Gets the timestamp token embedded in the signature contents.
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Public methodVerifyDigest
Verifies the digest (hash) value stored in the signature contents.
Public methodVerifyTimestamp
Verifies the timestamp embedded in the signature.

See Also