C# Class KnowYourTurf.Web.Controllers.WebAuthenticationContext

Inheritance: IAuthenticationContext
ファイルを表示 Open project: reharik/KnowYourTurf

Public Properties

Property Type Description
SetAuthCookieFunc bool>.Action
SignOutFunc System.Action

Public Methods

Method Description
SignOut ( ) : void
ThisUserHasBeenAuthenticated ( User user, bool rememberMe ) : string

Method Details

SignOut() public method

public SignOut ( ) : void
return void

ThisUserHasBeenAuthenticated() public method

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

Property Details

SetAuthCookieFunc public_oe property

public Action SetAuthCookieFunc
return bool>.Action

SignOutFunc public_oe property

public Action,System SignOutFunc
return System.Action