C# 클래스 Moon.AspNet.Authentication.Basic.BasicSignInContext

Context object used to control flow of Basic authentication.
상속: BaseBasicContext
파일 보기 프로젝트 열기: joejarvis64/j64.AlarmServer 1 사용 예제들

공개 메소드들

메소드 설명
BasicSignInContext ( HttpContext context, BasicAuthenticationOptions options, string userName, string password ) : System.Security.Claims

Creates a new instance of the context object.

메소드 상세

BasicSignInContext() 공개 메소드

Creates a new instance of the context object.
public BasicSignInContext ( HttpContext context, BasicAuthenticationOptions options, string userName, string password ) : System.Security.Claims
context HttpContext The HTTP request context.
options BasicAuthenticationOptions The middleware options.
userName string The user name (login, e-mail, etc.) used.
password string The password (secret).
리턴 System.Security.Claims