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
Afficher le fichier Open project: ayende/Subtext Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
Init ( System.Web.HttpApplication context ) : void

Private Methods

Méthode Description
OnAuthenticateRequest ( object sender, EventArgs e ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Init() public méthode

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