当前位置: 代码迷 >> .NET Framework >> WCF中使用 custom Username and Password Validator 有关问题
  详细解决方案

WCF中使用 custom Username and Password Validator 有关问题

热度:241   发布时间:2016-05-02 00:54:37.0
WCF中使用 custom Username and Password Validator 问题
如何设置配置文件serviceCredentials节中的customUserNamePasswordValidatorType参数
我的设置如下
<serviceCredentials>
                                                <userNameAuthentication   userNamePasswordValidationMode= "Custom "
                                                        customUserNamePasswordValidatorType= "WCFSecurityTest.ServiceLib.TestMethods.CustomUserNameValidator,WCFSecurityTest.ServiceLib "   />
                                        </serviceCredentials>
系统报位能从程序集中加载WCFSecurityTest.ServiceLib.TestMethods.CustomUserNameValidator类型,可我的WCFSecurityTest.ServiceLib.TestMethods.CustomUserNameValidator的确是包含在WCFSecurityTest.ServiceLib之中.
这个customUserNamePasswordValidatorType到底该如何设置


------解决方案--------------------
up
------解决方案--------------------
DAY DAY UP
  相关解决方案