C# 클래스 Zetbox.Server.HttpService.HtPasswdBasicAuthenticationModule

상속: IHttpModule
파일 보기 프로젝트 열기: daszat/zetbox

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AuthenticateUser ( object source, EventArgs e ) : void
Dispose ( ) : void
Init ( System.Web.HttpApplication context ) : void
IssueAuthenticationChallenge ( object source, EventArgs e ) : void

보호된 메소드들

메소드 설명
ExtractBasicCredentials ( string authorizationHeader, string &username, string &password ) : bool
ValidateCredentials ( String userName, String password ) : bool

메소드 상세

AuthenticateUser() 공개 메소드

public AuthenticateUser ( object source, EventArgs e ) : void
source object
e System.EventArgs
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

ExtractBasicCredentials() 보호된 메소드

protected ExtractBasicCredentials ( string authorizationHeader, string &username, string &password ) : bool
authorizationHeader string
username string
password string
리턴 bool

Init() 공개 메소드

public Init ( System.Web.HttpApplication context ) : void
context System.Web.HttpApplication
리턴 void

IssueAuthenticationChallenge() 공개 메소드

public IssueAuthenticationChallenge ( object source, EventArgs e ) : void
source object
e System.EventArgs
리턴 void

ValidateCredentials() 보호된 메소드

protected ValidateCredentials ( String userName, String password ) : bool
userName String
password String
리턴 bool