C# 클래스 ZinOS.Services.Implementation.AuthenticationServiceImpl

상속: IAuthenticationService
파일 보기 프로젝트 열기: hiddenbyte/ZinOS

공개 메소드들

메소드 설명
Authenticate ( string username, string password ) : AuthenticationTicket
AuthenticationServiceImpl ( IUserService userService ) : System

메소드 상세

Authenticate() 공개 메소드

public Authenticate ( string username, string password ) : AuthenticationTicket
username string
password string
리턴 AuthenticationTicket

AuthenticationServiceImpl() 공개 메소드

public AuthenticationServiceImpl ( IUserService userService ) : System
userService IUserService
리턴 System