DelegationModuleProvider Class
Provides an entry point for IIS Manager to identify a delegation module. This class cannot be inherited.
Assembly: Microsoft.Web.Management (in Microsoft.Web.Management.dll)
Microsoft.Web.Management.Server.ModuleProvider
Microsoft.Web.Management.Server.SimpleDelegatedModuleProvider
Microsoft.Web.Management.Features.Delegation.DelegationModuleProvider
| Name | Description | |
|---|---|---|
![]() | DelegationModuleProvider() | Initializes a new instance of the DelegationModuleProvider class. |
| Name | Description | |
|---|---|---|
![]() | FriendlyName | Gets the display name of the delegation 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 delegation module provider.(Overrides ModuleProvider.ServiceType.) |
![]() | SupportsDelegation | Gets a value indicating whether the provider supports delegation.(Inherited from SimpleDelegatedModuleProvider.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetChildDelegationState(String) | Returns the child delegation state.(Inherited from SimpleDelegatedModuleProvider.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetModuleDefinition(IManagementContext) | Retrieves the information about the management module associated with the delegation module provider.(Overrides ModuleProvider.GetModuleDefinition(IManagementContext).) |
![]() | GetSupportedChildDelegationStates(String) | Retrieves an array of supported child delegation states.(Inherited from SimpleDelegatedModuleProvider.) |
![]() | GetType() | (Inherited from Object.) |
![]() | Initialize(String) | Sets the name of the module provider.(Inherited from ModuleProvider.) |
![]() | SetChildDelegationState(String, DelegationState) | Sets the specified delegation state for all child configurations in the specified path.(Inherited from SimpleDelegatedModuleProvider.) |
![]() | SupportsScope(ManagementScope) | Returns a value indicating whether the specified scope is ManagementScope.Server or ManagementScope.Site.(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.

