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 证书存储?
基础教程推荐
- 动态更新多个选择框 2022-01-01
- 在for循环中使用setTimeout 2022-01-01
- 有没有办法使用OpenLayers更改OpenStreetMap中某些要素 2022-09-06
- 我什么时候应该在导入时使用方括号 2022-01-01
- 当用户滚动离开时如何暂停 youtube 嵌入 2022-01-01
- 在 JS 中获取客户端时区(不是 GMT 偏移量) 2022-01-01
- 角度Apollo设置WatchQuery结果为可用变量 2022-01-01
- 悬停时滑动输入并停留几秒钟 2022-01-01
- Karma-Jasmine:如何正确监视 Modal? 2022-01-01
- 响应更改 div 大小保持纵横比 2022-01-01