C# Class KnowYourTurf.Web.Controllers.WebAuthenticationContext

Inheritance: IAuthenticationContext
Afficher le fichier Open project: reharik/KnowYourTurf

Méthodes publiques

Свойство Type Description
SetAuthCookieFunc bool>.Action
SignOutFunc System.Action

Méthodes publiques

Méthode Description
SignOut ( ) : void
ThisUserHasBeenAuthenticated ( User user, bool rememberMe ) : string

Method Details

SignOut() public méthode

public SignOut ( ) : void
Résultat void

ThisUserHasBeenAuthenticated() public méthode

public ThisUserHasBeenAuthenticated ( User user, bool rememberMe ) : string
user KnowYourTurf.Core.Domain.User
rememberMe bool
Résultat string

Property Details

SetAuthCookieFunc public_oe property

public Action SetAuthCookieFunc
Résultat bool>.Action

SignOutFunc public_oe property

public Action,System SignOutFunc
Résultat System.Action