C# Class Core.Web.Helpers.UserSessionHelper

Authentication process helper methods.
Afficher le fichier Open project: coreframework/Core-Framework

Méthodes publiques

Méthode Description
Validate ( LoginViewModel login, ModelStateDictionary modelState ) : User

Validates the specified login details.

Method Details

Validate() public static méthode

Validates the specified login details.
public static Validate ( LoginViewModel login, ModelStateDictionary modelState ) : User
login Core.Web.Models.LoginViewModel The login details.
modelState ModelStateDictionary State of the model.
Résultat Core.Web.NHibernate.Models.User