How to access windows certificate store in javascript?(如何在 javascript 中访问 windows 证书存储?)
问题描述
我想通过 javascript 访问 windows 证书存储...我想开发一个 web 应用程序并希望通过阅读证书来验证登录用户.
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.
推荐答案
据我所知,如果不使用本机桥接(通过一些 java applet 或 activeX 组件的第一实例),Web 应用程序是不可能的.
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).
Web Cryptography API 目前有 W3C 工作草案.一些浏览器供应商目前正在开发此 API (Mozilla或 Microsoft) 但它远未准备好生产.
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.
这篇关于如何在 javascript 中访问 windows 证书存储?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:如何在 javascript 中访问 windows 证书存储?


- 使用 iframe URL 的 jQuery UI 对话框 2022-01-01
- 为什么悬停在委托事件处理程序中不起作用? 2022-01-01
- 如何调试 CSS/Javascript 悬停问题 2022-01-01
- 是否可以将标志传递给 Gulp 以使其以不同的方式 2022-01-01
- 如何向 ipc 渲染器发送添加回调 2022-01-01
- 为什么我的页面无法在 Github 上加载? 2022-01-01
- 在不使用循环的情况下查找数字数组中的一项 2022-01-01
- 我不能使用 json 使用 react 向我的 web api 发出 Post 请求 2022-01-01
- 如何显示带有换行符的文本标签? 2022-01-01
- 从原点悬停时触发 translateY() 2022-01-01