Click here to Skip to main content
15,912,329 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,
I need to access store certificates at client machine. I am using following code:
X509Store st = new X509Store(StoreName.My, StoreLocation.LocalMachine);


But this store contains certificates stored on the server. I want to access certificates stored on the client machine.:confused:
Posted
Updated 15-Nov-10 18:06pm
v2
Comments
Arindam Tewary 16-Nov-10 1:50am    
Are you working using web or windows application?
ashishdhingra 16-Nov-10 2:23am    
At windows application it works perfectly,but i want to use in web application.

To access certificate stored at client you need to use capicom.js that will run on client and will access certificates from client machine.
 
Share this answer
 
Check impersonation level in web.config
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900