메소드 | 설명 | |
---|---|---|
AuthenticationHttpModule ( ) : System |
Initialises a new instance of the AuthenticationHttpModule class.
|
|
Dispose ( ) : void |
Disposes of the resources (other than memory) used by the module that implements IHttpModule.
|
|
Init ( System.Web.HttpApplication context ) : void |
Initializes a module and prepares it to handle requests.
|
메소드 | 설명 | |
---|---|---|
AuthenticateRequestContext ( object sender, |
Handles the AuthenticateRequest event of the HttpApplication.
|
|
IsOAuthRequest ( ) : bool |
Determine is this request is a OAuth request.
|
|
RegisterRoleProvider ( ) : void |
Register a custom role provider.
|
|
RoleManagerGetRoles ( object sender, System.Web.Security.RoleManagerEventArgs e ) : void |
Handles the GetRoles event of the roleManager control.
|
public Init ( System.Web.HttpApplication context ) : void | ||
context | System.Web.HttpApplication | An |
리턴 | void |