WellKnownSidType Enum

Definition

Defines a set of commonly used security identifiers (SIDs).

public enum class WellKnownSidType
[System.Runtime.InteropServices.ComVisible(false)]
public enum WellKnownSidType
[<System.Runtime.InteropServices.ComVisible(false)>]
type WellKnownSidType = 
Public Enum WellKnownSidType
Inheritance
WellKnownSidType
Attributes

Fields

Name Value Description
NullSid 0

Indicates a null SID.

WorldSid 1

Indicates a SID that matches everyone.

LocalSid 2

Indicates a local SID.

CreatorOwnerSid 3

Indicates a SID that matches the owner or creator of an object.

CreatorGroupSid 4

Indicates a SID that matches the creator group of an object.

CreatorOwnerServerSid 5

Indicates a creator owner server SID.

CreatorGroupServerSid 6

Indicates a creator group server SID.

NTAuthoritySid 7

Indicates a SID for the Windows NT authority.

DialupSid 8

Indicates a SID for a dial-up account.

NetworkSid 9

Indicates a SID for a network account. This SID is added to the process of a token when it logs on across a network.

BatchSid 10

Indicates a SID for a batch process. This SID is added to the process of a token when it logs on as a batch job.

InteractiveSid 11

Indicates a SID for an interactive account. This SID is added to the process of a token when it logs on interactively.

ServiceSid 12

Indicates a SID for a service. This SID is added to the process of a token when it logs on as a service.

AnonymousSid 13

Indicates a SID for the anonymous account.

ProxySid 14

Indicates a proxy SID.

EnterpriseControllersSid 15

Indicates a SID for an enterprise controller.

SelfSid 16

Indicates a SID for self.

AuthenticatedUserSid 17

Indicates a SID for an authenticated user.

RestrictedCodeSid 18

Indicates a SID for restricted code.

TerminalServerSid 19

Indicates a SID that matches a terminal server account.

RemoteLogonIdSid 20

Indicates a SID that matches remote logons.

LogonIdsSid 21

Indicates a SID that matches logon IDs.

LocalSystemSid 22

Indicates a SID that matches the local system.

LocalServiceSid 23

Indicates a SID that matches a local service.

NetworkServiceSid 24

Indicates a SID that matches a network service.

BuiltinDomainSid 25

Indicates a SID that matches the domain account.

BuiltinAdministratorsSid 26

Indicates a SID that matches the administrator account.

BuiltinUsersSid 27

Indicates a SID that matches built-in user accounts.

BuiltinGuestsSid 28

Indicates a SID that matches the guest account.

BuiltinPowerUsersSid 29

Indicates a SID that matches the power users group.

BuiltinAccountOperatorsSid 30

Indicates a SID that matches the account operators account.

BuiltinSystemOperatorsSid 31

Indicates a SID that matches the system operators group.

BuiltinPrintOperatorsSid 32

Indicates a SID that matches the print operators group.

BuiltinBackupOperatorsSid 33

Indicates a SID that matches the backup operators group.

BuiltinReplicatorSid 34

Indicates a SID that matches the replicator account.

BuiltinPreWindows2000CompatibleAccessSid 35

Indicates a SID that matches pre-Windows 2000 compatible accounts.

BuiltinRemoteDesktopUsersSid 36

Indicates a SID that matches remote desktop users.

BuiltinNetworkConfigurationOperatorsSid 37

Indicates a SID that matches the network operators group.

AccountAdministratorSid 38

Indicates a SID that matches the account administrators group.

AccountGuestSid 39

Indicates a SID that matches the account guest group.

AccountKrbtgtSid 40

Indicates a SID that matches the account Kerberos target group.

AccountDomainAdminsSid 41

Indicates a SID that matches the account domain administrator group.

AccountDomainUsersSid 42

Indicates a SID that matches the account domain users group.

AccountDomainGuestsSid 43

Indicates a SID that matches the account domain guests group.

AccountComputersSid 44

Indicates a SID that matches the account computer group.

AccountControllersSid 45

Indicates a SID that matches the account controller group.

AccountCertAdminsSid 46

Indicates a SID that matches the certificate administrators group.

AccountSchemaAdminsSid 47

Indicates a SID that matches the schema administrators group.

AccountEnterpriseAdminsSid 48

Indicates a SID that matches the enterprise administrators group.

AccountPolicyAdminsSid 49

Indicates a SID that matches the policy administrators group.

AccountRasAndIasServersSid 50

Indicates a SID that matches the RAS and IAS server account.

NtlmAuthenticationSid 51

Indicates a SID present when the Microsoft NTLM authentication package authenticated the client.

DigestAuthenticationSid 52

Indicates a SID present when the Microsoft Digest authentication package authenticated the client.

SChannelAuthenticationSid 53

Indicates a SID present when the Secure Channel (SSL/TLS) authentication package authenticated the client.

ThisOrganizationSid 54

Indicates a SID present when the user authenticated from within the forest or across a trust that does not have the selective authentication option enabled. If this SID is present, then OtherOrganizationSid cannot be present.

OtherOrganizationSid 55

Indicates a SID present when the user authenticated across a forest with the selective authentication option enabled. If this SID is present, then ThisOrganizationSid cannot be present.

BuiltinIncomingForestTrustBuildersSid 56

Indicates a SID that allows a user to create incoming forest trusts. It is added to the token of users who are a member of the Incoming Forest Trust Builders built-in group in the root domain of the forest.

BuiltinPerformanceMonitoringUsersSid 57

Indicates a SID that matches the group of users that have remote access to schedule logging of performance counters on this computer.

BuiltinPerformanceLoggingUsersSid 58

Indicates a SID that matches the group of users that have remote access to monitor the computer.

BuiltinAuthorizationAccessSid 59

Indicates a SID that matches the Windows Authorization Access group.

MaxDefined 60

Indicates the maximum defined SID in the WellKnownSidType enumeration.

WinBuiltinTerminalServerLicenseServersSid 60

Indicates a SID is present in a server that can issue Terminal Server licenses.

Applies to