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