Method | Description | |
---|---|---|
AccountController ( BusinessLogic insertUser, BusinessLogic updateUser ) : System |
Constructor
|
|
Image ( string hash ) : System.Web.Mvc.ActionResult | ||
UpdatePicture ( string returnUrl ) : Task |
Method | Description | |
---|---|---|
CalculateMD5Hash ( string input ) : string | ||
ErrorCodeToString ( MembershipCreateStatus createStatus ) : string | ||
ExternalLogin ( string provider, string returnUrl ) : System.Web.Mvc.ActionResult | ||
ExternalLoginCallback ( string returnUrl ) : System.Web.Mvc.ActionResult | ||
ExternalLoginConfirmation ( Authentication model ) : System.Web.Mvc.ActionResult | ||
ExternalLoginFailure ( ) : System.Web.Mvc.ActionResult | ||
ExternalLoginsList ( string returnUrl ) : System.Web.Mvc.ActionResult | ||
LogOff ( string returnUrl ) : System.Web.Mvc.ActionResult | ||
RedirectToLocal ( string returnUrl ) : System.Web.Mvc.ActionResult |
public AccountController ( BusinessLogic insertUser, BusinessLogic updateUser ) : System | ||
insertUser | BusinessLogic | |
updateUser | BusinessLogic | |
return | System |
public Image ( string hash ) : System.Web.Mvc.ActionResult | ||
hash | string | |
return | System.Web.Mvc.ActionResult |
public UpdatePicture ( string returnUrl ) : Task |
||
returnUrl | string | |
return | Task |