
Public Member Functions | |
| void | Init (HttpApplication app) |
| Initializes a module and prepares it to handle requests. | |
| void | Dispose () |
| Disposes of the resources (other than memory) used by the module that implements IHttpModule. | |
| void Simias::Security::Web::AuthenticationModule::Init | ( | HttpApplication | app | ) | [inline] |
Initializes a module and prepares it to handle requests.
| app | An HttpApplication that provides access to the methods, properties, and events common to all application objects within an ASP.NET application |
| void Simias::Security::Web::AuthenticationModule::Dispose | ( | ) | [inline] |
Disposes of the resources (other than memory) used by the module that implements IHttpModule.
1.5.6