We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Instantiate PdfSignature or PdfCertificate from System.Security.Cryptography.X509Certificates.X509Certificate2?

It doesn't look like it is possible to instantiate a PdfSignature or PdfCertificate from an X509Certificate2, so is there a way to sign a pdf given an X509Certificate2?

Thanks

3 Replies

PH Praveenkumar H Syncfusion Team May 30, 2014 04:40 AM UTC

Hi,

Thank you for using syncfusion product,

currently we do support to provide certificate as .pfx file, Internally we are using X509Certificate2 to create PdfCertificate form .pfx file.
PdfCertificate pdfCert = new PdfCertificate("Pdf.pfx", "123");

We have added the feature request "Need to add the support to instantiate a Pdfcertificate from X509Certificate2" in to our database, we will implement this any of our upcoming releases.

Please let us know if you need further assistance.

With Regards,
Praveen


JM Jorge Matarrita September 12, 2017 08:28 PM UTC

Is this finally possible?



CM Chinnu Muniyappan Syncfusion Team September 13, 2017 12:34 PM UTC

Hi Jorge, 

Thank you for contacting Syncfusion support. 

Currently we do not have support for signing PDF documents by using X509Certificate2 certificate. We have already logged the feature request regarding this in our database. We will implement this in any of our upcoming release and will let you know once the features have been implemented. 

Regards, 
Chinnu  


Loader.
Live Chat Icon For mobile
Up arrow icon