protected override bool Authenticate(string username, string password) { AuthenticationCheckEventArgs eventArgs = new AuthenticationCheckEventArgs(username, password); eventArgs.IsAuthenticated = false; AuthenticationCheck(this, eventArgs); return(eventArgs.IsAuthenticated); }
protected override bool Authenticate(string username, string password) { AuthenticationCheckEventArgs eventArgs = new AuthenticationCheckEventArgs(username, password); eventArgs.IsAuthenticated = false; AuthenticationCheck(this, eventArgs); return eventArgs.IsAuthenticated; }