C# 클래스 AppHarbor.Web.Security.CookieAuthenticationModule

상속: IHttpModule
파일 보기 프로젝트 열기: purplebricks/AppHarbor.Web.Security

공개 메소드들

메소드 설명
CookieAuthenticationModule ( ) : System
CookieAuthenticationModule ( ICookieAuthenticationConfiguration configuration ) : System
Dispose ( ) : void
Init ( System.Web.HttpApplication context ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

CookieAuthenticationModule() 공개 메소드

public CookieAuthenticationModule ( ) : System
리턴 System

CookieAuthenticationModule() 공개 메소드

public CookieAuthenticationModule ( ICookieAuthenticationConfiguration configuration ) : System
configuration ICookieAuthenticationConfiguration
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Init() 공개 메소드

public Init ( System.Web.HttpApplication context ) : void
context System.Web.HttpApplication
리턴 void