Table of Contents

Class IisDotNetAuthorizationRule

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents a Microsoft IIS .NET authorization rule.

public class IisDotNetAuthorizationRule : IisConfigurationElement
Inheritance
IisDotNetAuthorizationRule
Inherited Members

Constructors

IisDotNetAuthorizationRule()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.IisDotNetAuthorizationRule class.

public IisDotNetAuthorizationRule()

Properties

Mode

Gets or sets the mode of the authorization rule.

public IisDotNetAuthorizationRuleMode Mode { get; set; }

Property Value

IisDotNetAuthorizationRuleMode

Roles

Gets or sets the roles to which the rule applies.

public string Roles { get; set; }

Property Value

string

Users

Gets or sets the users to which the rule applies.

public string Users { get; set; }

Property Value

string

Verbs

Gets or sets the verbs to which the rule applies.

public string Verbs { get; set; }

Property Value

string

Methods

ToString()

Returns the IIS .NET authorization rule as a human readable string.

public override string ToString()

Returns

string

The IIS .NET authorization rule as a human readable string.