Hi, I need, in an Asp.net application, to sign a pdf with a certificate that is in a smartcard on the client. No problem for signing, but how do I access the certificate on the client from the server? They suggested I use a Java applet but I don't know how to do it. Is there any way to do this from c #?
Thank you.