C# 클래스 _09_PerRouteMHOwnershipSample.MessageHandlers.MyShopAuthHandler

상속: WebAPIDoodle.Http.BasicAuthenticationHandler
파일 보기 프로젝트 열기: tugberkugurlu/AdvancedWebAPI

보호된 메소드들

메소드 설명
AuthenticateUser ( HttpRequestMessage request, string username, string password, CancellationToken cancellationToken ) : IPrincipal

비공개 메소드들

메소드 설명
isUserValid ( Customer customer, string password ) : bool

메소드 상세

AuthenticateUser() 보호된 메소드

protected AuthenticateUser ( HttpRequestMessage request, string username, string password, CancellationToken cancellationToken ) : IPrincipal
request System.Net.Http.HttpRequestMessage
username string
password string
cancellationToken System.Threading.CancellationToken
리턴 IPrincipal