2 references to ValidateUser
System.Web.Extensions (2)
ApplicationServices\AuthenticationService.cs (1)
182
e.Authenticated = Membership.
ValidateUser
(e.UserName, e.Password);
Security\AuthenticationService.cs (1)
21
if(Membership.
ValidateUser
(userName, password)) {