ConfigurationAuthenticationModuleService Class
IIS 7.0
Provides the base class for implementing new management modules for configuration authentication.
System..::..Object
Microsoft.Web.Management.Server..::..ModuleService
Microsoft.Web.Management.Server..::..ConfigurationAuthenticationModuleService
Microsoft.Web.Management.Server..::..ModuleService
Microsoft.Web.Management.Server..::..ConfigurationAuthenticationModuleService
Assembly: Microsoft.Web.Management (in Microsoft.Web.Management.dll)
The ConfigurationAuthenticationModuleService type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ConfigurationAuthenticationModuleService | Initializes a new instance of the ConfigurationAuthenticationModuleService class. |
| Name | Description | |
|---|---|---|
![]() | Context | Gets the management context of the module service. (Inherited from ModuleService.) |
![]() | EnabledPropertyName | When overridden in a derived class, gets the attribute name that specifies the enabled value. |
![]() | ManagementUnit | Gets the ManagementUnit that is currently being managed by the module service. (Inherited from ModuleService.) |
![]() | ModuleName | Gets the name of the assembly that contains the module service. (Inherited from ModuleService.) |
![]() | SectionName | When overridden in a derived class, gets the name of the configuration section. |
| Name | Description | |
|---|---|---|
![]() | CreateChildService | Creates a child ModuleService object. (Inherited from ModuleService.) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetEnabledProperty | Retrieves the configuration attribute that contains the specified element. |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetSection | Retrieves a section from the current application's default configuration file. |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | RaiseException(Exception) | Throws a WebManagementServiceException based on the specified exception. (Inherited from ModuleService.) |
![]() | RaiseException(String) | Throws a WebManagementServiceException based on the specified resource name. (Inherited from ModuleService.) |
![]() | RaiseException(String, String) | Throws a WebManagementServiceException based on the specified resource name and error message. (Inherited from ModuleService.) |
![]() | ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IAuthenticationModuleService..::..IsEnabled | Returns the value of the IAuthenticationModuleService..::..IsEnabled method. |
The members of the ConfigurationAuthenticationModuleService class are exposed through the ModuleServiceProxy class. A derived ConfigurationAuthenticationModuleService class should contain all the program logic for the management module.
Notes to InheritorsWhen you inherit from the ConfigurationAuthenticationModuleService class, you must override the following members: EnabledPropertyName property and SectionName property
