Hello,
We are licensed customer of Syncfusion API. (User Id: [email protected])
We use the PDF library to digitally sign the pdf document on our platform. We are able to do it successfully when we have certificate in a “.pfx” file format and password (with limitation of user needing to trust certificate).
But in order to make it AATL compatible, we need to sign it using certificate shipped in USB token. We looked at various code samples available on website and came across this one that allows to signing using USB / HSM
https://help.syncfusion.com/file-formats/pdf/working-with-digitalsignature#externally-sing-a-pdf-document
The code snippet still refers to a “.pfx” and password. We will not have .pfx in this case, so would the code snippet still work?
We are in process of ordering AATL compatible certificate on USB, hence want to make sure that we have necessary code snippet to try it out. If you have a working sample of signing using AATL compatible certificate on USB, can you please share it?
We will also be hosting same solution on cloud and will have to rely on using CloudHSM for storing AATL compatible certificate. Do you have any sample code to use Syncfusion with CloudHSM for signing?