Provides module initialization and disposal events to the inheriting class.
Class |
Description |
DefaultAuthenticationModule |
Insures that an Authentication object is present in the context. This class cannot be inherited. |
FileAuthorizationModule |
Verifies that the remote user has NT permissions to access the file requested. This class cannot be inherited. |
FormsAuthenticationModule |
Enables ASP.NET applications to use forms authentication. This class cannot be inherited. |
PassportAuthenticationModule |
Provides a wrapper around PassportAuthentication services. This class cannot be inherited. |
SessionStateModule |
Provides session-state services for an application. |
UrlAuthorizationModule |
Provides URL-based authorization services for allowing or denying access to specified resources. This class cannot be inherited. |
WindowsAuthenticationModule |
Enables ASP.NET applications to use Windows/IIS authentication. This class cannot be inherited. |