共用方式為


安全性識別碼全域函式

這些函式會傳回常見的已知 SID 物件。

重要

下表所列的函式不能用於在 Windows 執行階段 中執行的應用程式。

名稱 描述
Sids::AccountOps 傳回 DOMAIN_ALIAS_RID_ACCOUNT_OPS SID。
Sids::Admins 傳回 DOMAIN_ALIAS_RID_ADMINS SID。
Sids::AnonymousLogon 傳回 SECURITY_ANONYMOUS_LOGON_RID SID。
Sids::AuthenticatedUser 傳回 SECURITY_AUTHENTICATED_USER_RID SID。
Sids::BackupOps 傳回 DOMAIN_ALIAS_RID_BACKUP_OPS SID。
Sids::Batch 傳回 SECURITY_BATCH_RID SID。
Sids::CreatorGroup 傳回 SECURITY_CREATOR_GROUP_RID SID。
Sids::CreatorGroupServer 傳回 SECURITY_CREATOR_GROUP_SERVER_RID SID。
Sids::CreatorOwner 傳回 SECURITY_CREATOR_OWNER_RID SID。
Sids::CreatorOwnerServer 傳回 SECURITY_CREATOR_OWNER_SERVER_RID SID。
Sids::D ialup 傳回 SECURITY_DIALUP_RID SID。
Sids::Guest 傳回 DOMAIN_ALIAS_RID_GUESTS SID。
Sids::Interactive 傳回 SECURITY_INTERACTIVE_RID SID。
Sids::Local 傳回 SECURITY_LOCAL_RID SID。
Sids::Network 傳回 SECURITY_NETWORK_RID SID。
Sids::NetworkService 傳回 SECURITY_NETWORK_SERVICE_RID SID。
Sids::Null 傳回 SECURITY_NULL_RID SID。
Sids::P reW2KAccess 傳回 DOMAIN_ALIAS_RID_PREW2KCOMPACCESS SID。
Sids::P owerUsers 傳回 DOMAIN_ALIAS_RID_POWER_USERS SID。
Sids::P rintOps 傳回 DOMAIN_ALIAS_RID_PRINT_OPS SID。
Sids::P roxy 傳回 SECURITY_PROXY_RID SID。
Sids::RasServers 傳回 DOMAIN_ALIAS_RID_RAS_SERVERS SID。
Sids::Replicator 傳回 DOMAIN_ALIAS_RID_REPLICATOR SID。
Sids::RestrictedCode 傳回 SECURITY_RESTRICTED_CODE_RID SID。
Sids::Self 傳回 SECURITY_PRINCIPAL_SELF_RID SID。
Sids::ServerLogon 傳回 SECURITY_SERVER_LOGON_RID SID。
Sids::Service 傳回 SECURITY_SERVICE_RID SID。
Sids::System 傳回 SECURITY_LOCAL_SYSTEM_RID SID。
Sids::SystemOps 傳回 DOMAIN_ALIAS_RID_SYSTEM_OPS SID。
Sids::TerminalServer 傳回 SECURITY_TERMINAL_SERVER_RID SID。
Sids::Users 傳回 DOMAIN_ALIAS_RID_USERS SID。
Sids::World 傳回 SECURITY_WORLD_RID SID。

需求

標頭: atlsecurity.h

Sids::AccountOps

傳回 DOMAIN_ALIAS_RID_ACCOUNT_OPS SID。

CSid AccountOps() throw(...);

Sids::Admins

傳回 DOMAIN_ALIAS_RID_ADMINS SID。

CSid Admins() throw(...);

Sids::AnonymousLogon

傳回 SECURITY_ANONYMOUS_LOGON_RID SID。

CSid AnonymousLogon() throw(...);

Sids::AuthenticatedUser

傳回 SECURITY_AUTHENTICATED_USER_RID SID。

CSid AuthenticatedUser() throw(...);

Sids::BackupOps

傳回 DOMAIN_ALIAS_RID_BACKUP_OPS SID。

CSid BackupOps() throw(...);

Sids::Batch

傳回 SECURITY_BATCH_RID SID。

CSid Batch() throw(...);

Sids::CreatorGroup

傳回 SECURITY_CREATOR_GROUP_RID SID。

CSid CreatorGroup() throw(...);

Sids::CreatorGroupServer

傳回 SECURITY_CREATOR_GROUP_SERVER_RID SID。

CSid CreatorGroupServer() throw(...);

Sids::CreatorOwner

傳回 SECURITY_CREATOR_OWNER_RID SID。

CSid CreatorOwner() throw(...);

Sids::CreatorOwnerServer

傳回 SECURITY_CREATOR_OWNER_SERVER_RID SID。

CSid CreatorOwnerServer() throw(...);

Sids::D ialup

傳回 SECURITY_DIALUP_RID SID。

CSid Dialup() throw(...);

Sids::Guest

傳回 DOMAIN_ALIAS_RID_GUESTS SID。

CSid Guests() throw(...);

Sids::Interactive

傳回 SECURITY_INTERACTIVE_RID SID。

CSid Interactive() throw(...);

Sids::Local

傳回 SECURITY_LOCAL_RID SID。

CSid Local() throw(...);

Sids::Network

傳回 SECURITY_NETWORK_RID SID。

CSid Network() throw(...);

Sids::NetworkService

傳回 SECURITY_NETWORK_SERVICE_RID SID。

CSid NetworkService() throw(...);

備註

使用 NetworkService 可讓 NT AUTHORITY\NetworkService 使用者讀取 CPerfMon 安全性物件。 NetworkService 會將 SecurityAttribute 新增至 ATLServer 程式代碼,以允許 DLL 在 Windows XP Home Edition、Windows XP Professional、Windows Server 2003 和更大的操作系統上登入 NetworkService 帳戶。

當使用 Perfmon MMC 中的 ATLServer CPerfMon 類別建立自定義記錄計數器時,雖然這些計數器會在即時檢視中正確顯示,但檢視記錄檔時可能不會顯示。 CPerfMon 自定義性能計數器沒有在 Windows XP Home Edition、Windows XP Professional、Windows Server 2003(或更新版本)操作系統上的「效能記錄和警示」服務(smlogsvc.exe)下執行的必要許可權。 此服務會在 「NT AUTHORITY\NetworkService」 帳戶下執行。

Sids::Null

傳回 SECURITY_NULL_RID SID。

CSid Null() throw(...);

Sids::P reW2KAccess

傳回 DOMAIN_ALIAS_RID_PREW2KCOMPACCESS SID。

CSid PreW2KAccess() throw(...);

Sids::P owerUsers

傳回 DOMAIN_ALIAS_RID_POWER_USERS SID。

CSid PowerUsers() throw(...);

Sids::P rintOps

傳回 DOMAIN_ALIAS_RID_PRINT_OPS SID。

CSid PrintOps() throw(...);

Sids::P roxy

傳回 SECURITY_PROXY_RID SID。

CSid Proxy() throw(...);

Sids::RasServers

傳回 DOMAIN_ALIAS_RID_RAS_SERVERS SID。

CSid RasServers() throw(...);

Sids::Replicator

傳回 DOMAIN_ALIAS_RID_REPLICATOR SID。

CSid Replicator() throw(...);

Sids::RestrictedCode

傳回 SECURITY_RESTRICTED_CODE_RID SID。

CSid RestrictedCode() throw(...);

Sids::Self

傳回 SECURITY_PRINCIPAL_SELF_RID SID。

CSid Self() throw(...);

Sids::ServerLogon

傳回 SECURITY_SERVER_LOGON_RID SID。

CSid ServerLogon() throw(...);

Sids::Service

傳回 SECURITY_SERVICE_RID SID。

CSid Service() throw(...);

Sids::System

傳回 SECURITY_LOCAL_SYSTEM_RID SID。

CSid System() throw(...);

Sids::SystemOps

傳回 DOMAIN_ALIAS_RID_SYSTEM_OPS SID。

CSid SystemOps() throw(...);

Sids::TerminalServer

傳回 SECURITY_TERMINAL_SERVER_RID SID。

CSid TerminalServer() throw(...);

Sids::Users

傳回 DOMAIN_ALIAS_RID_USERS SID。

CSid Users() throw(...);

Sids::World

傳回 SECURITY_WORLD_RID SID。

CSid World() throw(...);

另請參閱

函數