Class IisAuthorizationRule
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a Microsoft IIS authorization rule.
public class IisAuthorizationRule : IisConfigurationElement
- Inheritance
-
IisAuthorizationRule
- Inherited Members
Constructors
IisAuthorizationRule()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.IisAuthorizationRule class.
public IisAuthorizationRule()
Properties
Mode
Gets or sets the mode of the authorization rule.
public IisAuthorizationRuleMode Mode { get; set; }
Property Value
Roles
Gets or sets the roles to which the rule applies.
public string Roles { get; set; }
Property Value
Users
Gets or sets the users to which the rule applies.
public string Users { get; set; }
Property Value
Verbs
Gets or sets the verbs to which the rule applies.
public string Verbs { get; set; }
Property Value
Methods
ToString()
Returns the IIS authorization rule as a human readable string.
public override string ToString()
Returns
- string
The IIS authorization rule as a human readable string.