PdfSignatureContents Methods

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