메소드 | 설명 | |
---|---|---|
Authentication ( IUserRepository userRepository ) : System.Web | ||
CurrentUser ( ) : |
||
LogonUser ( string username, string password, bool persistLogin ) : bool | ||
LogoutUser ( ) : void |
public Authentication ( IUserRepository userRepository ) : System.Web | ||
userRepository | IUserRepository | |
리턴 | System.Web |
public LogonUser ( string username, string password, bool persistLogin ) : bool | ||
username | string | |
password | string | |
persistLogin | bool | |
리턴 | bool |