Table of Contents

Class IisDotNetAuthorizationRules

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

Represents the configured IIS .NET authorization rules.

public class IisDotNetAuthorizationRules : BypassSection
Inheritance
IisDotNetAuthorizationRules
Inherited Members

Constructors

IisDotNetAuthorizationRules()

Intializes a new instance of the CENTREL.XIA.Configuration.Types.IisDotNetAuthorizationRules class.

public IisDotNetAuthorizationRules()

Properties

Items

Gets or sets the items in the collection.

public IisDotNetAuthorizationRuleCollection Items { get; set; }

Property Value

IisDotNetAuthorizationRuleCollection

Summary

Gets the summary of the rules.

[Browsable(false)]
public string Summary { get; }

Property Value

string

Methods

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.IisDotNetAuthorizationRules class from the specified Xml.

public static IisDotNetAuthorizationRules FromXml(string xml)

Parameters

xml string

The XML representation of the CENTREL.XIA.Configuration.Types.IisDotNetAuthorizationRules object

Returns

IisDotNetAuthorizationRules

A CENTREL.XIA.Configuration.Types.IisDotNetAuthorizationRules class from the specified Xml.

ToString()

Returns the .NET authorization rules as a human readable string.

public override string ToString()

Returns

string

The .NET authorization rules as a human readable string.