在WCF配置文件中经常会出现这样的属性:
<identity>
<certificate encodedValue="large string!!!!!!!" />
</identity>
<certificate encodedValue="large string!!!!!!!" />
</identity>
那么这其中的encodedValue如何设置?
1.把cer文件(证书)导出为base64格式
a,使用mmc找到需要的证书 -- (Add Snap-In)
b,右击证书 导出
c,base64 encoded x509(.cer)
2.用notepad打开得到encodedValue值
也可以看下面的链接:
http://*.com/questions/1199525/wcf-obtaining-certificate-encoded-value
本文转自轩脉刃博客园博客,原文链接:http://www.cnblogs.com/yjf512/archive/2010/06/04/1751378.html,如需转载请自行联系原作者