I'm using iTextSharp to digitally sign a Pdf using a smartcard. For this I used the example given at http://itextpdf.sourceforge.net/howtosign.html#signextitextsharp2 : How to sign with a smartcard using an external signature dictionary with iTextSharp and .NET 2.0
This seems to work fine, but it's impossible to set the pin of the smartcard programmatically this way. What is the best work around for this to work? I've also tried to use the Microsoft Crypto Service Providers instead of the CmsSigner to sign the hash (the CSP can set the pin programmatically), but then no valid signature is created... Any help is appreciated. Erol Dönerler. -- View this message in context: http://www.nabble.com/Digitally-sign-a-PDF-using-a-smartcard-and-programmatic-pin-with-iTextSharp-tp18808479p18808479.html Sent from the iText - General mailing list archive at Nabble.com. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.1t3xt.com/docs/book.php
