PdfDigitalSignatureDetails

PdfDigitalSignatureDetails class

Contains details for a PDF digital signature.

The PdfDigitalSignatureDetails type exposes the following members:

Constructors

NameDescription
PdfDigitalSignatureDetails(certificate, reason, location, signature_date, hash_algorithm)Initializes a new instance of the PdfDigitalSignatureDetails class

Properties

NameDescription
certificateGets or sets the certificate to sign with.
reasonGets or sets the reason of signing.
locationGets or sets the location of signing.
signature_dateGets or sets the date of signing.
hash_algorithmGets or sets the hash algorithm.

See Also