C# Class CustomMembershipProvider, code

Inheritance: MembershipProvider
Show file Open project: shendongnian/code Class Usage Examples

Public Methods

Method Description
ValidateUser ( string username, string password ) : bool
ValidateUser ( string username, string password, LoginValidationType validationType = LoginValidationType.WebsiteSpecific ) : bool

Method Details

ValidateUser() public method

public ValidateUser ( string username, string password ) : bool
username string
password string
return bool

ValidateUser() public method

public ValidateUser ( string username, string password, LoginValidationType validationType = LoginValidationType.WebsiteSpecific ) : bool
username string
password string
validationType LoginValidationType
return bool