WellKnownSidType Enum

Definition

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

C#
public enum WellKnownSidType
C#
[System.Runtime.InteropServices.ComVisible(false)]
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.

WinBuiltinDCOMUsersSid 61

Indicates a SID that matches the distributed COM user group.

WinBuiltinIUsersSid 62

Indicates a SID that matches the Internet built-in user group.

WinIUserSid 63

Indicates a SID that matches the Internet user group.

WinBuiltinCryptoOperatorsSid 64

Indicates a SID that allows a user to use cryptographic operations. It is added to the token of users who are a member of the CryptoOperators built-in group.

WinUntrustedLabelSid 65

Indicates a SID that matches an untrusted label.

WinLowLabelSid 66

Indicates a SID that matches an low level of trust label.

WinMediumLabelSid 67

Indicates a SID that matches an medium level of trust label.

WinHighLabelSid 68

Indicates a SID that matches a high level of trust label.

WinSystemLabelSid 69

Indicates a SID that matches a system label.

WinWriteRestrictedCodeSid 70

Indicates a SID that matches a write restricted code group.

WinCreatorOwnerRightsSid 71

Indicates a SID that matches a creator and owner rights group.

WinCacheablePrincipalsGroupSid 72

Indicates a SID that matches a cacheable principals group.

WinNonCacheablePrincipalsGroupSid 73

Indicates a SID that matches a non-cacheable principals group.

WinEnterpriseReadonlyControllersSid 74

Indicates a SID that matches an enterprise wide read-only controllers group.

WinAccountReadonlyControllersSid 75

Indicates a SID that matches an account read-only controllers group.

WinBuiltinEventLogReadersGroup 76

Indicates a SID that matches an event log readers group.

WinNewEnterpriseReadonlyControllersSid 77

Indicates a SID that matches a read-only enterprise domain controller.

WinBuiltinCertSvcDComAccessGroup 78

Indicates a SID that matches the built-in DCOM certification services access group.

WinMediumPlusLabelSid 79

Indicates a SID that matches the medium plus integrity label.

WinLocalLogonSid 80

Indicates a SID that matches a local logon group.

WinConsoleLogonSid 81

Indicates a SID that matches a console logon group.

WinThisOrganizationCertificateSid 82

Indicates a SID that matches a certificate for the given organization.

WinApplicationPackageAuthoritySid 83

Indicates a SID that matches the application package authority.

WinBuiltinAnyPackageSid 84

Indicates a SID that applies to all app containers.

WinCapabilityInternetClientSid 85

Indicates a SID of Internet client capability for app containers.

WinCapabilityInternetClientServerSid 86

Indicates a SID of Internet client and server capability for app containers.

WinCapabilityPrivateNetworkClientServerSid 87

Indicates a SID of private network client and server capability for app containers.

WinCapabilityPicturesLibrarySid 88

Indicates a SID for pictures library capability for app containers.

WinCapabilityVideosLibrarySid 89

Indicates a SID for videos library capability for app containers.

WinCapabilityMusicLibrarySid 90

Indicates a SID for music library capability for app containers.

WinCapabilityDocumentsLibrarySid 91

Indicates a SID for documents library capability for app containers.

WinCapabilitySharedUserCertificatesSid 92

Indicates a SID for shared user certificates capability for app containers.

WinCapabilityEnterpriseAuthenticationSid 93

Indicates a SID for Windows credentials capability for app containers.

WinCapabilityRemovableStorageSid 94

Indicates a SID for removable storage capability for app containers.

Applies to

Product Versions
.NET Core 1.0, Core 1.1, 6, 7, 8, 9, 10
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0 (package-provided)
Windows Desktop 3.0, 3.1, 5