[WCF]配置文件中Certificate 的encodeValue怎么设置?

在WCF配置文件中经常会出现这样的属性:

 


<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,如需转载请自行联系原作者

上一篇:Git学习系列之Git的功能特性(从一般开发者的角度和主开发者的角度来剖析)


下一篇:jQuery 关于ScrollableGridPlugin.js(固定表头)插件的逐步解析