C# 클래스 KnowYourTurf.Web.Controllers.WebAuthenticationContext

상속: IAuthenticationContext
파일 보기 프로젝트 열기: reharik/KnowYourTurf

공개 프로퍼티들

프로퍼티 타입 설명
SetAuthCookieFunc bool>.Action
SignOutFunc System.Action

공개 메소드들

메소드 설명
SignOut ( ) : void
ThisUserHasBeenAuthenticated ( User user, bool rememberMe ) : string

메소드 상세

SignOut() 공개 메소드

public SignOut ( ) : void
리턴 void

ThisUserHasBeenAuthenticated() 공개 메소드

public ThisUserHasBeenAuthenticated ( User user, bool rememberMe ) : string
user KnowYourTurf.Core.Domain.User
rememberMe bool
리턴 string

프로퍼티 상세

SetAuthCookieFunc 공개적으로 프로퍼티

public Action SetAuthCookieFunc
리턴 bool>.Action

SignOutFunc 공개적으로 프로퍼티

public Action,System SignOutFunc
리턴 System.Action