PdfDigitalSignatureDetails class

PdfDigitalSignatureDetails class

Contains details for a pdf digital signature.

The PdfDigitalSignatureDetails type exposes the following members:

Properties

Property Description
reason The reason of signing.
location Location of signing.
signature_date Date of signing.
hash_algorithm Hash algorithm.

Remarks

At the moment digitally signing PDF documents is only available on .NET 2.0 or higher.

See Also