Свойство | Тип | Описание | |
---|---|---|---|
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 |
||
LoginAudit | System.Web.Mvc.ActionResult | ||
Manage | Task |
||
RecordLoginAudit | void | ||
RedirectToLocal | System.Web.Mvc.ActionResult | ||
Register | System.Web.Mvc.ActionResult | ||
Register | Task |
||
RemoveAccountList | System.Web.Mvc.ActionResult | ||
SignInAsync | System.Threading.Tasks.Task | ||
createUser | bool |
Метод | Описание | |
---|---|---|
AccountController ( ) : System | ||
AccountController ( 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 |
||
LoginAudit ( ) : System.Web.Mvc.ActionResult | ||
Manage ( |
||
RecordLoginAudit ( ApplicationUser user, string activity ) : void | ||
RedirectToLocal ( string returnUrl ) : System.Web.Mvc.ActionResult | ||
Register ( ) : System.Web.Mvc.ActionResult | ||
Register ( RegisterViewModel model ) : Task |
||
RemoveAccountList ( ) : System.Web.Mvc.ActionResult | ||
SignInAsync ( ApplicationUser user, bool isPersistent ) : System.Threading.Tasks.Task | ||
createUser ( string userName, string roleName, string password ) : bool |
public AccountController ( UserManager |
||
userManager | UserManager |
|
roleManager | RoleManager |
|
Результат | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
public Manage ( ManageMessageId message ) : System.Web.Mvc.ActionResult | ||
message | ManageMessageId | |
Результат | System.Web.Mvc.ActionResult |