Method | Description | |
---|---|---|
LogIn ( ) : System.Web.Mvc.ActionResult | ||
LogOut ( ) : System.Web.Mvc.ActionResult | ||
SecurityController ( IUserService userService, ISignInManager signInManager ) : System |
Method | Description | |
---|---|---|
LogIn ( |
public LogIn ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public LogOut ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public SecurityController ( IUserService userService, ISignInManager signInManager ) : System | ||
userService | IUserService | |
signInManager | ISignInManager | |
return | System |