Namespace: BitMiracle.Docotic.Pdf
public class PdfSignatureContents
Public Class PdfSignatureContents
The PdfSignatureContents type exposes the following members.
Name | Description | |
---|---|---|
![]() | CheckHasEmbeddedCrl |
Checks if the signature contents has CRL revocation data embedded.
|
![]() | CheckHasEmbeddedOcsp |
Checks if the signature contents has OCSP revocation data embedded.
|
![]() | CheckIfRevoked(PdfCertificateRevocationCheckMode) |
Checks if the signing certificate stored in this signature contents is revoked now.
|
![]() | CheckIfRevoked(PdfCertificateRevocationCheckMode, DateTime) |
Checks if the signing certificate stored in this signature contents is revoked at
the specified date and time.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetIssuerCertificateFor |
Gets the certificate that was used to issue the given certificate.
|
![]() | GetSigningCertificate |
Gets the certificate that was used to create the signature.
|
![]() | GetTimestampToken |
Gets the timestamp token embedded in the signature contents.
|
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
![]() | VerifyDigest |
Verifies the digest (hash) value stored in the signature contents.
|
![]() | VerifyTimestamp |
Verifies the timestamp embedded in the signature.
|