Click or drag to resize

PdfSignatureContent Properties

The PdfSignatureContent type exposes the following members.

Properties
 NameDescription
Public propertyHashAlgorithm Gets the hash algorithm used to hash the contents of a PDF file upon which the signature's Value is computed by PdfDigitalId.
Public propertyPolicyIdentifier Gets the signature policy identifier contained in the PdfSignatureContent or if signature doesn't contain a policy identifier.
Public propertyRSASignaturePadding Gets the RSA signature padding used if signer's certificate has an 'RSA' public key.
Public propertySignerCertificate Gets the signer certificate contained in the PdfSignatureContent.
Public propertyTimestampToken Gets the timestamp token contained in the PdfSignatureContent or if signature doesn't contain a timestamp.
Public propertyValidationInfo Gets the (potentially partial) validation-related information (certificates, certificate revocation lists and Online Certificate Status Protocol responses) contained in the PdfSignatureContent.
Public propertyValue Gets the signature value.
Top
See Also