我一直在爲WCF服務創建一個自定義的用戶名/密碼驗證器,並且運行了配置項customUserNamePasswordValidatorType。我已經能夠通過下面的例子使我的代碼工作,但我只是不明白髮生了什麼。不幸的是,MSDN article沒有提供太多細節。customUserNamePasswordValidatorType發生了什麼?
這是Microsoft提供的樣品:
<serviceCredentials>
<userNameAuthentication userNamePasswordValidationMode="Custom" customUserNamePasswordValidatorType="Microsoft.ServiceModel.Samples.CalculatorService.CustomUserNameValidator, service" />
</serviceCredentials>
我試圖瞭解這兩個參數是customUserNamePasswordValidatorType:「Microsoft.ServiceModel.Samples.CalculatorService.CustomUserNameValidator」和「服務」。
有人可以幫我理解這些參數是什麼意思嗎?
謝謝!
太棒了!謝謝! – Jacob 2010-10-25 21:13:43