ManagementAuthentication Class
Provides functionality for managing the list of valid IIS Manager users.
Assembly: Microsoft.Web.Management (in Microsoft.Web.Management.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Provider | Gets the authentication provider for IIS Manager. |
| Name | Description | |
|---|---|---|
![]() ![]() | AuthenticateUser(String, String) | Returns a value that indicates whether a user has been authenticated to IIS Manager. |
![]() ![]() | CreateUser(String, String) | Creates an IIS Manager user. |
![]() ![]() | DeleteUser(String) | Deletes an IIS Manager user. |
![]() ![]() | DisableUser(String) | Disables an IIS Manager user. |
![]() ![]() | EnableUser(String) | Enables an IIS Manager user. |
![]() ![]() | GetUser(String) | Returns information about an IIS Manager user. |
![]() ![]() | GetUsers(Int32, Int32) | Returns a collection of information about IIS Manager users. |
![]() ![]() | IsPasswordStrongEnough(String) | Returns a value that indicates whether a password meets strength requirements. |
![]() ![]() | SetPassword(String, String) | Sets the password for a specified user name. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


