C# 클래스 AppMetrics.WebUtils.BasicAuthenticationModule

상속: IHttpModule
파일 보기 프로젝트 열기: fandrei/AppMetrics

공개 메소드들

메소드 설명
CreateUser ( string userName, string password ) : void
Dispose ( ) : void
Init ( System.Web.HttpApplication context ) : void
IsAnonymousAccessAllowed ( HttpRequest request ) : bool

비공개 메소드들

메소드 설명
Authenticate ( HttpContext context ) : bool
AuthenticateRequest ( object sender, EventArgs e ) : void
CheckPassword ( UserCredentials user, string password ) : bool
GetPasswordHash ( string salt, string password ) : string
GetUser ( string name ) : UserCredentials
ParseAuthHeader ( string authHeader ) : string[]
TryGetPrincipal ( string creds ) : IPrincipal

메소드 상세

CreateUser() 공개 정적인 메소드

public static CreateUser ( string userName, string password ) : void
userName string
password string
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Init() 공개 메소드

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

IsAnonymousAccessAllowed() 공개 정적인 메소드

public static IsAnonymousAccessAllowed ( HttpRequest request ) : bool
request System.Web.HttpRequest
리턴 bool