Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Subtext
Framework
Web
HttpModules
AuthenticationModule
C# 클래스 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.
상속:
IHttpModule
파일 보기
프로젝트 열기: ayende/Subtext
1 사용 예제들
공개 메소드들
메소드
설명
Dispose
( ) :
void
Init
(
System.Web.HttpApplication
context
) :
void
비공개 메소드들
메소드
설명
OnAuthenticateRequest
(
object
sender
,
EventArgs
e
) :
void
메소드 상세
Dispose()
공개
메소드
public
Dispose
( ) :
void
리턴
void
Init()
공개
메소드
public
Init
(
System.Web.HttpApplication
context
) :
void
context
System.Web.HttpApplication
리턴
void