PdfDigitalSignatureDetails

PdfDigitalSignatureDetails class

Contains details for a PDF digital signature.

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

Constructors

NameDescription
PdfDigitalSignatureDetailsInitializes a new instance of the PdfDigitalSignatureDetails class.

Methods

NameDescription
get_CertificateGets the certificate to sign with.
get_HashAlgorithmGets the hash algorithm.
get_LocationGets the location of signing.
get_ReasonGets the reason of signing.
get_SignatureDateGets the date of signing.
set_CertificateSets the certificate to sign with.
set_HashAlgorithmSets the hash algorithm.
set_LocationSets the location of signing.
set_ReasonSets the reason of signing.
set_SignatureDateSets the date of signing.