C# 클래스 ProductDevelopment.Web.Infrastructure.Security.Authentication

상속: IAuthentication
파일 보기 프로젝트 열기: techthrowdown/Rails-vs-.NET

공개 메소드들

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

메소드 상세

Authentication() 공개 메소드

public Authentication ( IUserRepository userRepository ) : System.Web
userRepository IUserRepository
리턴 System.Web

CurrentUser() 공개 메소드

public CurrentUser ( ) : UserToken
리턴 ProductDevelopment.Web.Models.UserToken

LogonUser() 공개 메소드

public LogonUser ( string username, string password, bool persistLogin ) : bool
username string
password string
persistLogin bool
리턴 bool

LogoutUser() 공개 메소드

public LogoutUser ( ) : void
리턴 void