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
| Name | Description |
|---|---|
| PdfDigitalSignatureDetails | Initializes a new instance of the PdfDigitalSignatureDetails class. |
Methods
| Name | Description |
|---|---|
| get_Certificate | Gets the certificate to sign with. |
| get_HashAlgorithm | Gets the hash algorithm. |
| get_Location | Gets the location of signing. |
| get_Reason | Gets the reason of signing. |
| get_SignatureDate | Gets the date of signing. |
| set_Certificate | Sets the certificate to sign with. |
| set_HashAlgorithm | Sets the hash algorithm. |
| set_Location | Sets the location of signing. |
| set_Reason | Sets the reason of signing. |
| set_SignatureDate | Sets the date of signing. |