This is a migrated thread and some comments may be shown as answers.

Sign pdf with smart card

1 Answer 274 Views
PdfProcessing
This is a migrated thread and some comments may be shown as answers.
Jacek
Top achievements
Rank 1
Jacek asked on 07 Sep 2018, 11:39 AM
Is it possible using PdfProcessing?

1 Answer, 1 is accepted

Sort by
0
Polya
Telerik team
answered on 12 Sep 2018, 10:49 AM
Hello Jacek,

Signing a PDF document with our RadPdfProcessing api requires a System.Security.Cryptography.X509Certificates.X509Certificate2 certificate. We have an example demonstrating how to digitally sign a PDF in our QSF examples for WPF: https://demos.telerik.com/wpf/ under PdfProcessing -> Digitally Sign Document​. In Example.xaml.cs you can see how we use a certificate stream from a file to create a X509Certificate2 and sign the document. 
Similarly, you could detect and extract a X509Certificate2 certificate from a smart card. I've found this forum discussing how to achieve that which you might find helpful: https://stackoverflow.com/questions/22236116/find-certificate-on-smartcard-currently-on-reader.

Regards,
Polya
Progress Telerik

Tags
PdfProcessing
Asked by
Jacek
Top achievements
Rank 1
Answers by
Polya
Telerik team
Share this question
or