Property | Type | Description | |
---|---|---|---|
AddErrors | void | ||
ConfirmEmail | Task |
||
Disassociate | Task |
||
ExternalLogin | System.Web.Mvc.ActionResult | ||
ExternalLoginCallback | Task |
||
ExternalLoginConfirmation | Task |
||
ExternalLoginFailure | System.Web.Mvc.ActionResult | ||
ForgotPassword | System.Web.Mvc.ActionResult | ||
ForgotPassword | Task |
||
ForgotPasswordConfirmation | 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 | ||
RemoveAccountList | System.Web.Mvc.ActionResult | ||
ResetPassword | System.Web.Mvc.ActionResult | ||
ResetPassword | Task |
||
ResetPasswordConfirmation | System.Web.Mvc.ActionResult | ||
SendEmail | void | ||
SignInAsync | System.Threading.Tasks.Task |
Method | Description | |
---|---|---|
AccountController ( ) : System.Threading.Tasks | ||
AccountController ( ApplicationUserManager userManager ) : System.Threading.Tasks | ||
LinkLoginCallback ( ) : Task |
||
Manage ( ManageMessageId message ) : System.Web.Mvc.ActionResult |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
AddErrors ( Microsoft.AspNet.Identity.IdentityResult result ) : void | ||
ConfirmEmail ( string userId, string code ) : Task |
||
Disassociate ( string loginProvider, string providerKey ) : Task |
||
ExternalLogin ( string provider, string returnUrl ) : System.Web.Mvc.ActionResult | ||
ExternalLoginCallback ( string returnUrl ) : Task |
||
ExternalLoginConfirmation ( |
||
ExternalLoginFailure ( ) : System.Web.Mvc.ActionResult | ||
ForgotPassword ( ) : System.Web.Mvc.ActionResult | ||
ForgotPassword ( |
||
ForgotPasswordConfirmation ( ) : 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 ( |
||
Manage ( |
||
RedirectToLocal ( string returnUrl ) : System.Web.Mvc.ActionResult | ||
Register ( ) : System.Web.Mvc.ActionResult | ||
RemoveAccountList ( ) : System.Web.Mvc.ActionResult | ||
ResetPassword ( string code ) : System.Web.Mvc.ActionResult | ||
ResetPassword ( |
||
ResetPasswordConfirmation ( ) : System.Web.Mvc.ActionResult | ||
SendEmail ( string email, string callbackUrl, string subject, string message ) : void | ||
SignInAsync ( ApplicationUser user, bool isPersistent ) : System.Threading.Tasks.Task |
public AccountController ( ) : System.Threading.Tasks | ||
return | System.Threading.Tasks |
public AccountController ( ApplicationUserManager userManager ) : System.Threading.Tasks | ||
userManager | ApplicationUserManager | |
return | System.Threading.Tasks |
public Manage ( ManageMessageId message ) : System.Web.Mvc.ActionResult | ||
message | ManageMessageId | |
return | System.Web.Mvc.ActionResult |