Enum IisAuthorizationRuleMode
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the mode of an IIS authorization rule.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum IisAuthorizationRuleMode
Fields
Allow = 1
The mode is allow.
Deny = 2
The mode is deny.
Unknown = 0
The mode is unknown.