文件名称:X509自定义用户验证授权wsHttpBinding
文件大小:61KB
文件格式:RAR
更新时间:2016-08-12 07:32:05
X509
有2个地方需要修改
1.修改WCF服务应用程序
2.Web.config中修改
以下实例中:
www.nqe.net 为个人WCF服务应用程序网址
nqe.net" 为正式X509证书的友好名称
1.CustomAuthorizeAuthenticate\DataProvider.cs文件中的
string OperationPrefix = "http://www.nqe.net/";
接口文件IService.cs文件中的
[ServiceContract(Namespace = http://www.nqe.net.cn/")]
2.Web.config中修改
【文件预览】:
WcfwsHttpBindingX509
----WcfwsHttpBindingX509()
--------bin()
--------Web.config(3KB)
--------WcfwsHttpBindingX509.csproj.user(1KB)
--------obj()
--------Web.Debug.config(260B)
--------Service.svc.cs(895B)
--------WcfwsHttpBindingX509.csproj(5KB)
--------Web.Release.config(356B)
--------CustomAuthorizeAuthenticate()
--------WcfwsHttpBindingX509.Publish.xml(860B)
--------Service.svc(117B)
--------IService.cs(609B)
--------Properties()
----WcfwsHttpBindingX509.sln(950B)
----WcfwsHttpBindingX509.suo(32KB)