PdfPkcs7Signature Members
In This Article
#Properties
Name | Description |
---|---|
Crl |
Gets a list of CRL responses embedded in the signature. |
Is |
Gets whether the signature is a Time |
Ocsp |
Gets the list of Online Certificate Status Protocol (OCSP) responses embedded in the signature. |
#Methods
Name | Description |
---|---|
Check |
Returns information about signature certificate revocation. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the signature certificate.
Inherited from Pdf |
Get |
Gets the certificate chain of the signature.
Inherited from Pdf |
Get |
Gets the date and time of the signature (the timestamp). |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
Verify |
Verifies the PKCS#7 signature. |
Verify |
Validates the timestamp of the PKCS#7 signature. |
See Also