Specifies the process identity type used by a Web application.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
Public Enumeration IdentityType
Dim instance As IdentityType
public enum IdentityType
Members
| 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 metabase property. Value = 3. |