Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

WellKnownSidType Enumeration

 

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

Namespace:   System.Security.Principal
Assembly:  mscorlib (in mscorlib.dll)

[ComVisibleAttribute(false)]
public enum WellKnownSidType

Member nameDescription
AccountAdministratorSid

Indicates a SID that matches the account administrators group.

AccountCertAdminsSid

Indicates a SID that matches the certificate administrators group.

AccountComputersSid

Indicates a SID that matches the account computer group.

AccountControllersSid

Indicates a SID that matches the account controller group.

AccountDomainAdminsSid

Indicates a SID that matches the account domain administrator group.

AccountDomainGuestsSid

Indicates a SID that matches the account domain guests group.

AccountDomainUsersSid

Indicates a SID that matches the account domain users group.

AccountEnterpriseAdminsSid

Indicates a SID that matches the enterprise administrators group.

AccountGuestSid

Indicates a SID that matches the account guest group.

AccountKrbtgtSid

Indicates a SID that matches the account Kerberos target group.

AccountPolicyAdminsSid

Indicates a SID that matches the policy administrators group.

AccountRasAndIasServersSid

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

AccountSchemaAdminsSid

Indicates a SID that matches the schema administrators group.

AnonymousSid

Indicates a SID for the anonymous account.

AuthenticatedUserSid

Indicates a SID for an authenticated user.

BatchSid

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.

BuiltinAccountOperatorsSid

Indicates a SID that matches the account operators account.

BuiltinAdministratorsSid

Indicates a SID that matches the administrator account.

BuiltinAuthorizationAccessSid

Indicates a SID that matches the Windows Authorization Access group.

BuiltinBackupOperatorsSid

Indicates a SID that matches the backup operators group.

BuiltinDomainSid

Indicates a SID that matches the domain account.

BuiltinGuestsSid

Indicates a SID that matches the guest account.

BuiltinIncomingForestTrustBuildersSid

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.

BuiltinNetworkConfigurationOperatorsSid

Indicates a SID that matches the network operators group.

BuiltinPerformanceLoggingUsersSid

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

BuiltinPerformanceMonitoringUsersSid

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

BuiltinPowerUsersSid

Indicates a SID that matches the power users group.

BuiltinPreWindows2000CompatibleAccessSid

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

BuiltinPrintOperatorsSid

Indicates a SID that matches the print operators group.

BuiltinRemoteDesktopUsersSid

Indicates a SID that matches remote desktop users.

BuiltinReplicatorSid

Indicates a SID that matches the replicator account.

BuiltinSystemOperatorsSid

Indicates a SID that matches the system operators group.

BuiltinUsersSid

Indicates a SID that matches built-in user accounts.

CreatorGroupServerSid

Indicates a creator group server SID.

CreatorGroupSid

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

CreatorOwnerServerSid

Indicates a creator owner server SID.

CreatorOwnerSid

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

DialupSid

Indicates a SID for a dial-up account.

DigestAuthenticationSid

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

EnterpriseControllersSid

Indicates a SID for an enterprise controller.

InteractiveSid

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

LocalServiceSid

Indicates a SID that matches a local service.

LocalSid

Indicates a local SID.

LocalSystemSid

Indicates a SID that matches the local system.

LogonIdsSid

Indicates a SID that matches logon IDs.

MaxDefined

Indicates the maximum defined SID in the WellKnownSidType enumeration.

NetworkServiceSid

Indicates a SID that matches a network service.

NetworkSid

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

NTAuthoritySid

Indicates a SID for the Windows NT authority.

NtlmAuthenticationSid

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

NullSid

Indicates a null SID.

OtherOrganizationSid

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.

ProxySid

Indicates a proxy SID.

RemoteLogonIdSid

Indicates a SID that matches remote logons.

RestrictedCodeSid

Indicates a SID for restricted code.

SChannelAuthenticationSid

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

SelfSid

Indicates a SID for self.

ServiceSid

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

TerminalServerSid

Indicates a SID that matches a terminal server account.

ThisOrganizationSid

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.

WinBuiltinTerminalServerLicenseServersSid

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

WorldSid

Indicates a SID that matches everyone.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft