SSL Certificate Context - How to get it using NPAPI

十年热恋 提交于 2019-12-10 17:56:53

问题


How to get the SSL certificate context of the website using NPAPI ? Can I use libnss (Network Security Services) or should I stick to WinINet's InternetQueryOption() to get the context.

Thanks, Saleh


回答1:


The NPAPI doesn't have anything that could give you that information and, as far as i know, neither has JavaScript in the page.

So there is probably no way around retrieving the URL and using external libraries to get more information about it.



来源:https://stackoverflow.com/questions/4077060/ssl-certificate-context-how-to-get-it-using-npapi

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