How to access windows certificate store in javascript?

血红的双手。 提交于 2019-12-19 07:42:22

问题


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.


回答1:


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 component).

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.



来源:https://stackoverflow.com/questions/20781497/how-to-access-windows-certificate-store-in-javascript

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!