.net 客户端 Web 应用程序?

发布于 2024-09-08 17:20:59 字数 208 浏览 0 评论 0原文

以前从未做过任何 .net 的东西,我想知道是否可以通过浏览器运行 .Net Web 应用程序客户端?或者它只能通过在服务器上处理然后吐出 HTML 页面来工作?我想利用 System.Security.Cryptography.X509Certificates 命名空间来访问用户的 Windows-MY 密钥库并提取 X509 证书及其关联的私钥,出于明显的原因,这必须在客户端而不是服务器端完成。

Never done any .net stuff before and am wondering if it is possible to run a .Net web application client side through a browser? Or does it only work by processing on the server then spit out an HTML page? I would like to leverage the System.Security.Cryptography.X509Certificates namespace to access a user's Windows-MY keystore and pull out a X509 cert and its associated private key, which must be done client side, not server side for obvious reasons.

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

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

发布评论

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

评论(1

叫思念不要吵 2024-09-15 17:20:59

最终制作了一个 C# dll 并将其注册为 COM 对象,然后通过浏览器通过 JavaScript 与其交互。

Ended up making a C# dll and registered it as a COM object, then interacted with it via JavaScript through the browser.

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