Enum IisTrustLevel
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
The trust level.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum IisTrustLevel
Fields
Full = 1
The trust level is Full.
High = 2
The trust level is High.
Low = 4
The trust level is Low.
Medium = 3
The trust level is Medium.
Minimal = 5
The trust level is Minimal.
Unknown = 0
The trust level is unknown.