메소드 | 설명 | |
---|---|---|
Authenticate ( string username, string password ) : AuthenticationTicket | ||
AuthenticationServiceImpl ( IUserService userService ) : System |
public Authenticate ( string username, string password ) : AuthenticationTicket | ||
username | string | |
password | string | |
리턴 | AuthenticationTicket |
public AuthenticationServiceImpl ( IUserService userService ) : System | ||
userService | IUserService | |
리턴 | System |