gpt4 book ai didi

c# - CSP 未在远程桌面上检测到智能卡微型驱动程序

转载 作者:太空宇宙 更新时间:2023-11-03 16:16:15 29 4
gpt4 key购买 nike

我正在编写一个使用智能卡进行 xml 签名的简单程序。

示例代码:

var cspParams = new CspParameters(1, "Microsoft Base Smart Card Crypto Provider")
{
KeyPassword = password,
Flags = CspProviderFlags.UseDefaultKeyContainer
};

var rsaKey = new RSACryptoServiceProvider(cspParams);

此代码在本地机器上运行良好,但在远程桌面上我收到以下消息:

"A smart card was detected but is not the one required for the current operation. The smart card you are using may be missing required driver software or a required certificate."

最佳答案

这是由远程桌面安全策略引起的,它将所有对智能卡的请求从远程机器重定向到本地机器。使用不同的 VNC客户端和服务器。

关于c# - CSP 未在远程桌面上检测到智能卡微型驱动程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15770986/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com