iTextSharp.LGPLv2.Core icon indicating copy to clipboard operation
iTextSharp.LGPLv2.Core copied to clipboard

How to add signature With Time Stamp Authority (tsa)?

Open ngochoaitn opened this issue 4 years ago • 0 comments

Summary of the issue

PdfSignatureAppearance.SetCrypto haven't TsaClient param How to add signature With Time Stamp Authority?

Environment

iTextSharp.LGPLv2.Core version: 1.7.3
.NET Core SDK version: .NET5
IDE: Visual Studio 2019

Example code/Steps to reproduce:

sap.SetCrypto(_asymmetricKeyParameter, _chain, null, PdfSignatureAppearance.SelfSigned);

Output:

Pdf file signed but haven't Time Stamp Authority

Thanks

ngochoaitn avatar Aug 12 '21 15:08 ngochoaitn