Freigeben über


IdentityType-Enumeration

Gibt an, welche Identität Prozess von einer Webanwendung verwendet.

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

Member

Membername Beschreibung
LocalSystem Der Anwendungspool ausgeführt wird, als NT AUTHORITY\SYSTEM. Wert = 0.
LocalService Der Anwendungspool ausgeführt wird, als NT AUTHORITY\LOCAL SERVICE. Wert = 1.
NetworkService Der Anwendungspool ausgeführt wird, als NT AUTHORITY\NETWORK SERVICE. Wert = 2.
SpecificUser Der Anwendungspool ausgeführt wird als ein bestimmtes Benutzerkonto wie durch die WAMUserName -Eigenschaft des Konfigurationsspeichers IIS definiert. Wert = 3.

Siehe auch

Referenz

Microsoft.SharePoint.AdministrationOperation-Namespace