在客户端计算机上访问存储的证书 [英] Accessing stored certificates at client machine

查看:68
本文介绍了在客户端计算机上访问存储的证书的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


我需要在客户端计算机上访问存储证书.我正在使用以下代码:

Hi,
I need to access store certificates at client machine. I am using following code:

X509Store st = new X509Store(StoreName.My, StoreLocation.LocalMachine);



但是此存储包含存储在服务器上的证书.我想访问存储在客户端计算机上的证书.:confused:



But this store contains certificates stored on the server. I want to access certificates stored on the client machine.:confused:

推荐答案

要访问存储在客户端的证书,您需要使用将在客户端上运行的capicom.js和将从客户端计算机访问证书.
To access certificate stored at client you need to use capicom.js that will run on client and will access certificates from client machine.


检查web.config中的模拟级别
Check impersonation level in web.config


这篇关于在客户端计算机上访问存储的证书的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆