Sir,
I am writing code for digital signature. I am reading PDF file and then creating digital signature by the help of Crypto API and itext sharp.dll(for reading pdf contents and as well as writing digital signature back into the PDF document). This part is ok. For creating digital signature, fist I need to choose the certificate from users micro soft certificate store(local machine). The scenario is like this: The inital page appears with file upload control. I am checking whether user has selected PDF document or not in java script validation. Then there is a button with name apply digital signature(Button Click event at server side). After clicking on it, My idea is program needs to dispaly the dialog box consisits of certificate with heading select certificate. For this I am using X509store, X509certificate2, X509Certificate2Collection, and X509Certificate2UI classes. I am trying to show the dialog box for choosing certificates of the local machine. It is working fine when I am running at local host(development environment). But it is not showing certificate after deploying the same code in IIS. Could you please tell me what is the problem in getting certificate after deplyoing the same code in web server. Thanking you, Y Meghasyam -- View this message in context: http://itext-general.2136553.n4.nabble.com/Could-you-please-help-tp4656490.html Sent from the iText - General mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://ad.doubleclick.net/clk;258768047;13503038;j? http://info.appdynamics.com/FreeJavaPerformanceDownload.html _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions iText(R) is a registered trademark of 1T3XT BVBA. Many questions posted to this list can (and will) be answered with a reference to the iText book: http://www.itextpdf.com/book/ Please check the keywords list before you ask for examples: http://itextpdf.com/themes/keywords.php
