HttpModuleBase Class
The base class from which HTTP modules that are configurable with the <system.identityModel.services> element (SystemIdentityModelServicesSection) derive.
Assembly: System.IdentityModel.Services (in System.IdentityModel.Services.dll)
System.IdentityModel.Services::HttpModuleBase
System.IdentityModel.Services::ClaimsAuthorizationModule
System.IdentityModel.Services::SessionAuthenticationModule
System.IdentityModel.Services::WSFederationAuthenticationModule
| Name | Description | |
|---|---|---|
![]() | HttpModuleBase() | Initializes a new instance of the HttpModuleBase class. |
| Name | Description | |
|---|---|---|
![]() | FederationConfiguration | Gets or sets the FederationConfiguration object that is in effect for the current module. |
| Name | Description | |
|---|---|---|
![]() | Dispose() | Releases the resources (except memory) used by the current instance of the HttpModuleBase class. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | Init(HttpApplication^) | Initializes the HTTP module. |
![]() | InitializeModule(HttpApplication^) | When overridden in a derived class, initializes the current module and prepares it to handle events from its ASP.NET application object. |
![]() | InitializePropertiesFromConfiguration() | When overridden in a derived class, initializes module properties based on values in the FederationConfiguration object that is in effect for it. |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 4.5
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


