WCF serviceCertificate似乎忽略了storeName

时间:2013-01-10 20:14:33

标签: wcf wcf-security

我有以下内容:

findValue="10 21 80 7a ec d1 6a 61 9a 4b 44 d8 f4 f6 5d 87 bf 0e 4b fb" 
          x509FindType="FindByThumbprint"
          storeLocation="LocalMachine"
          storeName="TrustedPeople"/>

我收到相关错误:

Cannot find the X.509 certificate using the following search criteria: StoreName 'My', StoreLocation 'LocalMachine', FindType 'FindByThumbprint', FindValue '10 21 80 7a ec d1 6a 61 9a 4b 44 d8 f4 f6 5d 87 bf 0e 4b fb'.

为什么WCF忽略storeName并搜索My?

0 个答案:

没有答案