PdfDigitalSignatureDetails
PdfDigitalSignatureDetails class
Contains details for a pdf digital signature.
public class PdfDigitalSignatureDetails
Constructors
| Name | Description |
|---|---|
| PdfDigitalSignatureDetails(X509Certificate2, string, string, DateTime, PdfDigitalSignatureHashAlgorithm) | Ctor. |
Properties
| Name | Description |
|---|---|
| Certificate { get; set; } | Certificate to sign with. |
| HashAlgorithm { get; set; } | Hash algorithm. |
| Location { get; set; } | Location of signing. |
| Reason { get; set; } | The reason of signing. |
| SignatureDate { get; set; } | Date of signing. |
Remarks
At the moment digitally signing PDF documents is only available on .NET 2.0 or higher.
See Also
- namespace Aspose.Diagram.Saving
- assembly Aspose.Diagram