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

Inheritance: AuthenticationModuleBase
Mostra file Open project: alanstevens/Contrive

Public Methods

Method Description
BasicAuthenticationModule ( ) : System

Protected Methods

Method Description
Authenticate ( System.Web.HttpApplication app ) : bool
BuildChallengeHeader ( System.Web.HttpApplication app ) : string

Private Methods

Method Description
ParseUserNameAndPassword ( string authString, string &userName, string &password ) : void

Method Details

Authenticate() protected method

protected Authenticate ( System.Web.HttpApplication app ) : bool
app System.Web.HttpApplication
return bool

BasicAuthenticationModule() public method

public BasicAuthenticationModule ( ) : System
return System

BuildChallengeHeader() protected method

protected BuildChallengeHeader ( System.Web.HttpApplication app ) : string
app System.Web.HttpApplication
return string