프로퍼티 | 타입 | 설명 | |
---|---|---|---|
AddErrors | void | ||
Disassociate | Task |
||
ExternalLogin | System.Web.Mvc.ActionResult | ||
ExternalLoginCallback | Task |
||
ExternalLoginConfirmation | Task |
||
ExternalLoginFailure | System.Web.Mvc.ActionResult | ||
HasPassword | bool | ||
LinkLogin | System.Web.Mvc.ActionResult | ||
LogOff | System.Web.Mvc.ActionResult | ||
Login | System.Web.Mvc.ActionResult | ||
Login | Task |
||
Manage | Task |
||
RedirectToLocal | System.Web.Mvc.ActionResult | ||
Register | System.Web.Mvc.ActionResult | ||
Register | Task |
||
RemoveAccountList | System.Web.Mvc.ActionResult | ||
SignInAsync | System.Threading.Tasks.Task |
메소드 | 설명 | |
---|---|---|
AccountController ( ITicketingSystemData data ) : System.Threading.Tasks | ||
AccountController ( ITicketingSystemData data, UserManager |
||
LinkLoginCallback ( ) : Task |
||
Manage ( ManageMessageId message ) : System.Web.Mvc.ActionResult |
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
메소드 | 설명 | |
---|---|---|
AddErrors ( Microsoft.AspNet.Identity.IdentityResult result ) : void | ||
Disassociate ( string loginProvider, string providerKey ) : Task |
||
ExternalLogin ( string provider, string returnUrl ) : System.Web.Mvc.ActionResult | ||
ExternalLoginCallback ( string returnUrl ) : Task |
||
ExternalLoginConfirmation ( ExternalLoginConfirmationViewModel model, string returnUrl ) : Task |
||
ExternalLoginFailure ( ) : System.Web.Mvc.ActionResult | ||
HasPassword ( ) : bool | ||
LinkLogin ( string provider ) : System.Web.Mvc.ActionResult | ||
LogOff ( ) : System.Web.Mvc.ActionResult | ||
Login ( string returnUrl ) : System.Web.Mvc.ActionResult | ||
Login ( LoginViewModel model, string returnUrl ) : Task |
||
Manage ( |
||
RedirectToLocal ( string returnUrl ) : System.Web.Mvc.ActionResult | ||
Register ( ) : System.Web.Mvc.ActionResult | ||
Register ( RegisterViewModel model ) : Task |
||
RemoveAccountList ( ) : System.Web.Mvc.ActionResult | ||
SignInAsync ( |
public AccountController ( ITicketingSystemData data ) : System.Threading.Tasks | ||
data | ITicketingSystemData | |
리턴 | System.Threading.Tasks |
public AccountController ( ITicketingSystemData data, UserManager |
||
data | ITicketingSystemData | |
userManager | UserManager |
|
리턴 | System.Threading.Tasks |
public Manage ( ManageMessageId message ) : System.Web.Mvc.ActionResult | ||
message | ManageMessageId | |
리턴 | System.Web.Mvc.ActionResult |