admin管理员组

文章数量:1405380

I want to access the windows certificate store through javascript... I want to develop a web application and wants to validate the login user against the certificate by reading it.

I want to access the windows certificate store through javascript... I want to develop a web application and wants to validate the login user against the certificate by reading it.

Share Improve this question asked Dec 26, 2013 at 8:16 user_stack_29user_stack_29 611 silver badge2 bronze badges
Add a ment  | 

1 Answer 1

Reset to default 5

As far as I know it is not possible from a web application without using native bridge (fir instance through some java applet or activeX ponent).

There is currently a W3C working draft for a Web Cryptography API. Some browser vendors are currently working on this API (Mozilla or Microsoft) but it is far from being production ready.

本文标签: web applicationsHow to access windows certificate store in javascriptStack Overflow