IdentityType Enumeration
Specifies the process identity type used by a Web application.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
| Member name | Description | |
|---|---|---|
| LocalSystem | The application pool runs as NT AUTHORITY\SYSTEM. Value = 0. | |
| LocalService | The application pool runs as NT AUTHORITY\LOCAL SERVICE. Value = 1. | |
| NetworkService | The application pool runs as NT AUTHORITY\NETWORK SERVICE. Value = 2. | |
| SpecificUser | The application pool runs as a specific user account as defined by the WAMUserName property of the IIS configuration store. Value = 3. |