AppWeb.CustomMembershipProvider.ValidateUser C# (CSharp) Method

ValidateUser() public method

public ValidateUser ( string username, string password ) : bool
username string
password string
return bool
        public override bool ValidateUser(string username, string password)
        {
            throw new NotImplementedException();
        }