C# Class Zetbox.Server.HttpService.HtPasswdBasicAuthenticationModule

Inheritance: IHttpModule
Afficher le fichier Open project: daszat/zetbox

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
AuthenticateUser ( object source, EventArgs e ) : void
Dispose ( ) : void
Init ( System.Web.HttpApplication context ) : void
IssueAuthenticationChallenge ( object source, EventArgs e ) : void

Méthodes protégées

Méthode Description
ExtractBasicCredentials ( string authorizationHeader, string &username, string &password ) : bool
ValidateCredentials ( String userName, String password ) : bool

Method Details

AuthenticateUser() public méthode

public AuthenticateUser ( object source, EventArgs e ) : void
source object
e System.EventArgs
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

ExtractBasicCredentials() protected méthode

protected ExtractBasicCredentials ( string authorizationHeader, string &username, string &password ) : bool
authorizationHeader string
username string
password string
Résultat bool

Init() public méthode

public Init ( System.Web.HttpApplication context ) : void
context System.Web.HttpApplication
Résultat void

IssueAuthenticationChallenge() public méthode

public IssueAuthenticationChallenge ( object source, EventArgs e ) : void
source object
e System.EventArgs
Résultat void

ValidateCredentials() protected méthode

protected ValidateCredentials ( String userName, String password ) : bool
userName String
password String
Résultat bool