C# Class Contrive.Auth.Web.Modules.BasicAuthenticationModule

Inheritance: AuthenticationModuleBase
Afficher le fichier Open project: alanstevens/Contrive

Méthodes publiques

Méthode Description
BasicAuthenticationModule ( ) : System

Méthodes protégées

Méthode Description
Authenticate ( System.Web.HttpApplication app ) : bool
BuildChallengeHeader ( System.Web.HttpApplication app ) : string

Private Methods

Méthode Description
ParseUserNameAndPassword ( string authString, string &userName, string &password ) : void

Method Details

Authenticate() protected méthode

protected Authenticate ( System.Web.HttpApplication app ) : bool
app System.Web.HttpApplication
Résultat bool

BasicAuthenticationModule() public méthode

public BasicAuthenticationModule ( ) : System
Résultat System

BuildChallengeHeader() protected méthode

protected BuildChallengeHeader ( System.Web.HttpApplication app ) : string
app System.Web.HttpApplication
Résultat string