C# Class UCosmic.Www.Mvc.Areas.Identity.Controllers.SignInController

Inheritance: BaseController
Mostra file Open project: ucosmic/UCosmicPreview

Public Methods

Method Description
SignInController ( SignInServices services ) : System.Web.Mvc

Private Methods

Method Description
Get ( string returnUrl ) : System.Web.Mvc.ActionResult
Post ( SignInForm model ) : System.Web.Mvc.ActionResult
ValidatePassword ( [ Properties = SignInForm.PasswordPropertyName)]SignInFormmodel ) : System.Web.Mvc.JsonResult

Method Details

SignInController() public method

public SignInController ( SignInServices services ) : System.Web.Mvc
services SignInServices
return System.Web.Mvc