Enum IisApplicationPoolIdentityType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the identity type used for an IIS application pool.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum IisApplicationPoolIdentityType
Fields
ApplicationPoolIdentity = 1The identity type mode is application pool identity.
LocalService = 2The identity type mode is Local Service.
LocalSystem = 3The identity type mode is Local System.
NetworkService = 4The identity type mode is Network Service.
SpecificUser = 5The identity type mode is specific user.
Unknown = 0The identity type mode is unknown.