WCF常见错误之密钥集不存在,The process must have access rights for the private key

在证书受信任的前提下,主要是打开浏览权限

解决办法:

C:\Documents and Settings\All Users\Application Data\Microsoft\Crypto\RSA将这个目录下的MachineKeys文件夹添加Everyone并赋予浏览权限

即可解决这个错误!

原文地址:https://www.cnblogs.com/zhw511006/p/1605695.html