Class IisAuthorizationRules
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the configured IIS authorization rules.
public class IisAuthorizationRules : BypassSection
- Inheritance
-
IisAuthorizationRules
- Inherited Members
Constructors
IisAuthorizationRules()
Intializes a new instance of the CENTREL.XIA.Configuration.Types.IisAuthorizationRules class.
public IisAuthorizationRules()
Properties
Items
Gets or sets the items in the collection.
public IisAuthorizationRuleCollection Items { get; set; }
Property Value
Summary
Gets the summary of the rules.
[Browsable(false)]
public string Summary { get; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.IisAuthorizationRules class from the specified Xml.
public static IisAuthorizationRules FromXml(string xml)
Parameters
xml
stringThe XML representation of the CENTREL.XIA.Configuration.Types.IisAuthorizationRules object
Returns
- IisAuthorizationRules
A CENTREL.XIA.Configuration.Types.IisAuthorizationRules class from the specified Xml.
ToString()
Returns the authorization rules as a human readable string.
public override string ToString()
Returns
- string
The authorization rules as a human readable string.