ManagementAuthentication Class

Definition

Provides functionality for managing the list of valid IIS Manager users.

public ref class ManagementAuthentication abstract sealed
public static class ManagementAuthentication
type ManagementAuthentication = class
Public Class ManagementAuthentication
Inheritance
ManagementAuthentication

Properties

Provider

Gets the authentication provider for IIS Manager.

Methods

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.

Applies to