AdministratorsModuleProvider Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides an entry point for IIS Manager to identify an administrator module. This class cannot be inherited.
public ref class AdministratorsModuleProvider sealed : Microsoft::Web::Management::Server::ModuleProvider
public sealed class AdministratorsModuleProvider : Microsoft.Web.Management.Server.ModuleProvider
type AdministratorsModuleProvider = class
inherit ModuleProvider
Public NotInheritable Class AdministratorsModuleProvider
Inherits ModuleProvider
- Inheritance
Constructors
AdministratorsModuleProvider() |
Initializes a new instance of the AdministratorsModuleProvider class. |
Properties
FriendlyName |
Gets the display name of the module provider. |
ManagementUnit |
Gets the associated management unit. (Inherited from ModuleProvider) |
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. |
SupportsDelegation |
Gets a value indicating whether the module provider supports delegation. |
Methods
GetChildDelegationState(String) |
When overridden in a derived class, returns the child delegation state. (Inherited from ModuleProvider) |
GetModuleDefinition(IManagementContext) |
Retrieves the information about the management module associated with the module provider. |
GetSupportedChildDelegationStates(String) |
When overridden in a derived class, retrieves an array of supported child delegation states. (Inherited from ModuleProvider) |
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 Server. |