...
namespace WCFTestService.Auth
{
public class CustomUserNamePasswordValidator : UserNamePasswordValidator
{
public override void Validate(string userName, string password)
{
// check credentials here...
...
Config:
...
...
...
...
Tags: .NET, C#, WCF
This entry was posted on Freitag, April 16th, 2010 at 14:53 and is filed under Allgemein, C#.
You can follow any responses to this entry through the RSS 2.0 feed.
Responses are currently closed, but you can trackback from your own site.