ConfigurationAuthenticationModuleService Class
Provides the base class for implementing new management modules for configuration authentication.
Assembly: Microsoft.Web.Management (in Microsoft.Web.Management.dll)
Microsoft.Web.Management.Server.ModuleService
Microsoft.Web.Management.Server.ConfigurationAuthenticationModuleService
| 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(Type) | Creates a child ModuleService object.(Inherited from ModuleService.) |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetEnabledProperty(ConfigurationElement) | Retrieves the configuration attribute that contains the specified element. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetSection(Type) | Retrieves a section from the current application's default configuration file. |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | 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 Inheritors:
When you inherit from the ConfigurationAuthenticationModuleService class, you must override the following members: EnabledPropertyName property and SectionName property
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.





