Adobe FLEX 4 可以读取浏览器安全证书吗?

发布于 2024-11-25 14:22:11 字数 151 浏览 1 评论 0原文

Adobe FLEX 4 对象从网页加载并在浏览器中运行。使用 SSL over HTTP (HTTPS) 以及来自有效证书颁发机构的安全证书来保护浏览器和服务器之间的连接。

FLEX 代码能否读取安全证书信息并检索诸如证书颁发给谁、证书何时有效以及颁发给哪个域等信息?

An Adobe FLEX 4 object loads from a webpage and runs in the browser. The connection between browser and server is secured using SSL over HTTP (HTTPS) with a secure certificate from a valid Certificate Authority.

Can FLEX code read the secure certificate information and retrieve information such as to whome the certificate was issued, when it is valid, and for what domain it was issued, etc. ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

烛影斜 2024-12-02 14:22:11

不会。Flex 使用浏览器来处理所有 http 请求。浏览器和底层系统处理所有证书、cookie 等...

如果证书无效,用户将收到警报,至少在我所知道的 Air 应用程序中是这样。

No. Flex uses the browser for all it's http requests. The browser and underlying system handles all certificates, cookies, etc...

If the certificate is not valid, the user will receive an alert, atleast in Air apps that I know of.

飘逸的'云 2024-12-02 14:22:11

不,浏览器 - 即 Flash Player 是不同的沙箱,无法访问浏览器获取证书。

No, browser - i.e. flash player is different sandbox which cannot access browser for certificate.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文