AdministratorsModuleProvider Class
Provides an entry point for IIS Manager to identify an administrator module. This class cannot be inherited.
Assembly: Microsoft.Web.Management (in Microsoft.Web.Management.dll)
Microsoft.Web.Management.Server.ModuleProvider
Microsoft.Web.Management.Features.Administrators.AdministratorsModuleProvider
| Name | Description | |
|---|---|---|
![]() | AdministratorsModuleProvider() | Initializes a new instance of the AdministratorsModuleProvider class. |
| Name | Description | |
|---|---|---|
![]() | FriendlyName | Gets the display name of the module provider.(Overrides ModuleProvider.FriendlyName.) |
![]() | Name | Gets the name of the module provider.(Inherited from ModuleProvider.) |
![]() | ServiceType | Gets the type of the module service associated with the administrator module provider.(Overrides ModuleProvider.ServiceType.) |
![]() | SupportsDelegation | Gets a value indicating whether the module provider supports delegation.(Overrides ModuleProvider.SupportsDelegation.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetChildDelegationState(String) | When overridden in a derived class, returns the child delegation state.(Inherited from ModuleProvider.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetModuleDefinition(IManagementContext) | Retrieves the information about the management module associated with the module provider.(Overrides ModuleProvider.GetModuleDefinition(IManagementContext).) |
![]() | GetSupportedChildDelegationStates(String) | When overridden in a derived class, retrieves an array of supported child delegation states.(Inherited from ModuleProvider.) |
![]() | GetType() | (Inherited from Object.) |
![]() | Initialize(String) | Sets the name of the module provider.(Inherited from ModuleProvider.) |
![]() | SetChildDelegationState(String, DelegationState) | When implemented in a derived class, sets the specified delegation state for the specified path.(Inherited from ModuleProvider.) |
![]() | SupportsScope(ManagementScope) | Returns a value indicating whether the specified scope is ManagementScope.Server.(Overrides ModuleProvider.SupportsScope(ManagementScope).) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

