C# Class RadioSystems.AzureAuthentication.Controllers.AccountController

Inheritance: Controller
Show file Open project: RadioSystems/RadioSystems.AzureAuthentication

Public Methods

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

Method Details

AccessDenied() public method

public AccessDenied ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

AccountController() public method

public AccountController ( IAuthenticationService authenticationService ) : System.Web
authenticationService IAuthenticationService
return System.Web

LogOff() public method

public LogOff ( ) : void
return void

LogOn() public method

public LogOn ( ) : void
return void