C# Class Web.Infrastructure.Authentication.AspNetAuthenticationService

Inheritance: IAuthenticationService
Mostra file Open project: dancoppock/MVC3-Starter-Site

Public Methods

Method Description
IsValidLogin ( Uri serviceUri ) : bool
IsValidLogin ( string userName, string password ) : bool
RegisterUser ( string userName, string password, string confirmPassword, string email, string reminderQuestion, string reminderAnswer ) : bool

Method Details

IsValidLogin() public method

public IsValidLogin ( Uri serviceUri ) : bool
serviceUri System.Uri
return bool

IsValidLogin() public method

public IsValidLogin ( string userName, string password ) : bool
userName string
password string
return bool

RegisterUser() public method

public RegisterUser ( string userName, string password, string confirmPassword, string email, string reminderQuestion, string reminderAnswer ) : bool
userName string
password string
confirmPassword string
email string
reminderQuestion string
reminderAnswer string
return bool