C# Class Subtext.Framework.Web.HttpModules.AuthenticationModule

Handles the AuthenticateRequest event of a request. Decrypts the authentication token and sets up the current user as a GeneralPrinciple, attaching its roles.
Inheritance: IHttpModule
Show file Open project: ayende/Subtext Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
Init ( System.Web.HttpApplication context ) : void

Private Methods

Method Description
OnAuthenticateRequest ( object sender, EventArgs e ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Init() public method

public Init ( System.Web.HttpApplication context ) : void
context System.Web.HttpApplication
return void