Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the process identity type used by a Web application.
Namespace: Microsoft.SharePoint.AdministrationOperation
Assembly: Microsoft.SharePoint.AdministrationOperation (in Microsoft.SharePoint.AdministrationOperation.dll)
Syntax
'Declaration
Public Enumeration IdentityType
'Usage
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 property of the IIS configuration store. Value = 3. |