C# 클래스 Core.Framework.Permissions.Helpers.UserSessionHelper

Authentication process helper methods.
파일 보기 프로젝트 열기: coreframework/Core-Framework

공개 메소드들

메소드 설명
Validate ( String usernameOrEmail, String password, ModelStateDictionary modelState ) : BaseUser

Validates the specified login details.

메소드 상세

Validate() 공개 정적인 메소드

Validates the specified login details.
public static Validate ( String usernameOrEmail, String password, ModelStateDictionary modelState ) : BaseUser
usernameOrEmail String The username or email.
password String The password.
modelState ModelStateDictionary State of the model.
리턴 Core.Framework.Permissions.Models.BaseUser