Table of Contents

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 = 1

The identity type mode is application pool identity.

LocalService = 2

The identity type mode is Local Service.

LocalSystem = 3

The identity type mode is Local System.

NetworkService = 4

The identity type mode is Network Service.

SpecificUser = 5

The identity type mode is specific user.

Unknown = 0

The identity type mode is unknown.