PdfDigitalSignatureDetails class

PdfDigitalSignatureDetails class

Contains details for a pdf digital signature.

The PdfDigitalSignatureDetails type exposes the following members:

Properties

PropertyDescription
reasonThe reason of signing.
locationLocation of signing.
signature_dateDate of signing.
hash_algorithmHash algorithm.

Remarks

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

See Also