C# Class AppHarbor.Web.Security.CookieAuthenticationModule

Inheritance: IHttpModule
Afficher le fichier Open project: purplebricks/AppHarbor.Web.Security

Méthodes publiques

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

Private Methods

Méthode Description
IsLoginPage ( HttpRequest request ) : bool
OnAuthenticateRequest ( object sender, EventArgs e ) : void
OnEndRequest ( object sender, EventArgs e ) : void
RenewCookieIfExpiring ( HttpContext context, CookieProtector protector, AuthenticationCookie authenticationCookie ) : void
RenewTrackExpireTimeCookie ( HttpContext context, System.DateTime expireDateTime ) : void

Method Details

CookieAuthenticationModule() public méthode

public CookieAuthenticationModule ( ) : System
Résultat System

CookieAuthenticationModule() public méthode

public CookieAuthenticationModule ( ICookieAuthenticationConfiguration configuration ) : System
configuration ICookieAuthenticationConfiguration
Résultat System

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