c# - How to access store certificates from client machine -
i using web application in need sign document @ client end.client should select certificate , able sign certificate.i using code access store certificates:- x509store st = new x509store(storename.my, storelocation.localmachine);
but returning certificates server. how access certificates @ client machine.
well, might have small conceptual problem: client has send server.
if using web app, should think on using activex control or java applet...
the code same have there.
keep in mind should not send client's private key, , if signing or cryptographing something, should done in client.
Comments
Post a Comment