C# Class RadioSystems.AzureAuthentication.Controllers.AccountController

Inheritance: Controller
Afficher le fichier Open project: RadioSystems/RadioSystems.AzureAuthentication

Méthodes publiques

Méthode Description
AccessDenied ( ) : System.Web.Mvc.ActionResult
AccountController ( IAuthenticationService authenticationService ) : System.Web
LogOff ( ) : void
LogOn ( ) : void

Method Details

AccessDenied() public méthode

public AccessDenied ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

AccountController() public méthode

public AccountController ( IAuthenticationService authenticationService ) : System.Web
authenticationService IAuthenticationService
Résultat System.Web

LogOff() public méthode

public LogOff ( ) : void
Résultat void

LogOn() public méthode

public LogOn ( ) : void
Résultat void