简体   繁体   English

.net客户端Web应用程序?

[英].net Client Side Web app?

Never done any .net stuff before and am wondering if it is possible to run a .Net web application client side through a browser? 从来没有做过任何.net东西,并且想知道是否可以通过浏览器运行.Net Web应用程序客户端吗? Or does it only work by processing on the server then spit out an HTML page? 还是只能通过在服务器上处理然后吐出HTML页面来工作? 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. 我想利用System.Security.Cryptography.X509Certificates命名空间访问用户的Windows-MY密钥库,并提取X509证书及其关联的私钥,出于明显的原因,必须在客户端而不是服务器端进行此操作。

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM