Fonctions globales d’identificateur de sécurité
Ces fonctions retournent des objets SID connus courants.
Important
Les fonctions répertoriées dans le tableau suivant ne peuvent pas être utilisées dans les applications qui s’exécutent dans Windows Runtime.
Nom | Description |
---|---|
Sids ::AccountOps | Retourne le SID de DOMAIN_ALIAS_RID_ACCOUNT_OPS. |
Sids ::Admins | Retourne le SID de DOMAIN_ALIAS_RID_ADMINS. |
Sids ::AnonymousLogon | Retourne le SID de SECURITY_ANONYMOUS_LOGON_RID. |
Sids ::AuthenticatedUser | Retourne le SID de SECURITY_AUTHENTICATED_USER_RID. |
Sids ::BackupOps | Retourne le SID de DOMAIN_ALIAS_RID_BACKUP_OPS. |
Sids ::Batch | Retourne le SID de SECURITY_BATCH_RID. |
Sids ::CreatorGroup | Retourne le SID de SECURITY_CREATOR_GROUP_RID. |
Sids ::CreatorGroupServer | Retourne le SID de SECURITY_CREATOR_GROUP_SERVER_RID. |
Sids ::CreatorOwner | Retourne le SID de SECURITY_CREATOR_OWNER_RID. |
Sids ::CreatorOwnerServer | Retourne le SID de SECURITY_CREATOR_OWNER_SERVER_RID. |
Sids ::D ialup | Retourne le SID de SECURITY_DIALUP_RID. |
Sids ::Guests | Retourne le SID de DOMAIN_ALIAS_RID_GUESTS. |
Sids ::Interactive | Retourne le SID de SECURITY_INTERACTIVE_RID. |
Sids ::Local | Retourne le SID de SECURITY_LOCAL_RID. |
Sids ::Network | Retourne le SID de SECURITY_NETWORK_RID. |
Sids ::NetworkService | Retourne le SID de SECURITY_NETWORK_SERVICE_RID. |
Sids ::Null | Retourne le SID de SECURITY_NULL_RID. |
Sids ::P reW2KAccess | Retourne le SID de DOMAIN_ALIAS_RID_PREW2KCOMPACCESS. |
Sids ::P owerUsers | Retourne le SID de DOMAIN_ALIAS_RID_POWER_USERS. |
Sids ::P rintOps | Retourne le SID de DOMAIN_ALIAS_RID_PRINT_OPS. |
Sids ::P roxy | Retourne le SID de SECURITY_PROXY_RID. |
Sids ::RasServers | Retourne le SID de DOMAIN_ALIAS_RID_RAS_SERVERS. |
Sids ::Replicator | Retourne le SID de DOMAIN_ALIAS_RID_REPLICATOR. |
Sids ::RestrictedCode | Retourne le SID de SECURITY_RESTRICTED_CODE_RID. |
Sids ::Self | Retourne le SID de SECURITY_PRINCIPAL_SELF_RID. |
Sids ::ServerLogon | Retourne le SID de SECURITY_SERVER_LOGON_RID. |
Sids ::Service | Retourne le SID de SECURITY_SERVICE_RID. |
Sids ::System | Retourne le SID de SECURITY_LOCAL_SYSTEM_RID. |
Sids ::SystemOps | Retourne le SID de DOMAIN_ALIAS_RID_SYSTEM_OPS. |
Sids ::TerminalServer | Retourne le SID de SECURITY_TERMINAL_SERVER_RID. |
Sids ::Users | Retourne le SID de DOMAIN_ALIAS_RID_USERS. |
Sids ::World | Retourne le SID de SECURITY_WORLD_RID. |
Spécifications
En-tête : atlsecurity.h
Sids ::AccountOps
Retourne le SID de DOMAIN_ALIAS_RID_ACCOUNT_OPS.
CSid AccountOps() throw(...);
Sids ::Admins
Retourne le SID de DOMAIN_ALIAS_RID_ADMINS.
CSid Admins() throw(...);
Sids ::AnonymousLogon
Retourne le SID de SECURITY_ANONYMOUS_LOGON_RID.
CSid AnonymousLogon() throw(...);
Sids ::AuthenticatedUser
Retourne le SID de SECURITY_AUTHENTICATED_USER_RID.
CSid AuthenticatedUser() throw(...);
Sids ::BackupOps
Retourne le SID de DOMAIN_ALIAS_RID_BACKUP_OPS.
CSid BackupOps() throw(...);
Sids ::Batch
Retourne le SID de SECURITY_BATCH_RID.
CSid Batch() throw(...);
Sids ::CreatorGroup
Retourne le SID de SECURITY_CREATOR_GROUP_RID.
CSid CreatorGroup() throw(...);
Sids ::CreatorGroupServer
Retourne le SID de SECURITY_CREATOR_GROUP_SERVER_RID.
CSid CreatorGroupServer() throw(...);
Sids ::CreatorOwner
Retourne le SID de SECURITY_CREATOR_OWNER_RID.
CSid CreatorOwner() throw(...);
Sids ::CreatorOwnerServer
Retourne le SID de SECURITY_CREATOR_OWNER_SERVER_RID.
CSid CreatorOwnerServer() throw(...);
Sids ::D ialup
Retourne le SID de SECURITY_DIALUP_RID.
CSid Dialup() throw(...);
Sids ::Guests
Retourne le SID de DOMAIN_ALIAS_RID_GUESTS.
CSid Guests() throw(...);
Sids ::Interactive
Retourne le SID de SECURITY_INTERACTIVE_RID.
CSid Interactive() throw(...);
Sids ::Local
Retourne le SID de SECURITY_LOCAL_RID.
CSid Local() throw(...);
Sids ::Network
Retourne le SID de SECURITY_NETWORK_RID.
CSid Network() throw(...);
Sids ::NetworkService
Retourne le SID de SECURITY_NETWORK_SERVICE_RID.
CSid NetworkService() throw(...);
Notes
Utilisez NetworkService pour permettre à l’utilisateur NT AUTHORITY\NetworkService de lire un objet de sécurité CPerfMon. NetworkService ajoute une securityAttribute au code ATLServer qui permettra à la DLL de se connecter sous le compte NetworkService sur Windows XP Home Edition, Windows XP Professional, Windows Server 2003 et un système d’exploitation supérieur.
Lorsque des compteurs de journal personnalisés sont créés avec la classe ATLServer CPerfMon dans la console MMC Perfmon, les compteurs peuvent ne pas apparaître lors de l’affichage du fichier journal, bien qu’ils apparaissent correctement dans la vue en temps réel. Les compteurs de performances personnalisés CPerfMon n’ont pas les autorisations nécessaires pour s’exécuter sous le service « Journaux et alertes de performances » (smlogsvc.exe) sur Windows XP Home Edition, Windows XP Professionnel, Windows Server 2003 (ou version ultérieure). Ce service s’exécute sous le compte « NT AUTHORITY\NetworkService ».
Sids ::Null
Retourne le SID de SECURITY_NULL_RID.
CSid Null() throw(...);
Sids ::P reW2KAccess
Retourne le SID de DOMAIN_ALIAS_RID_PREW2KCOMPACCESS.
CSid PreW2KAccess() throw(...);
Sids ::P owerUsers
Retourne le SID de DOMAIN_ALIAS_RID_POWER_USERS.
CSid PowerUsers() throw(...);
Sids ::P rintOps
Retourne le SID de DOMAIN_ALIAS_RID_PRINT_OPS.
CSid PrintOps() throw(...);
Sids ::P roxy
Retourne le SID de SECURITY_PROXY_RID.
CSid Proxy() throw(...);
Sids ::RasServers
Retourne le SID de DOMAIN_ALIAS_RID_RAS_SERVERS.
CSid RasServers() throw(...);
Sids ::Replicator
Retourne le SID de DOMAIN_ALIAS_RID_REPLICATOR.
CSid Replicator() throw(...);
Sids ::RestrictedCode
Retourne le SID de SECURITY_RESTRICTED_CODE_RID.
CSid RestrictedCode() throw(...);
Sids ::Self
Retourne le SID de SECURITY_PRINCIPAL_SELF_RID.
CSid Self() throw(...);
Sids ::ServerLogon
Retourne le SID de SECURITY_SERVER_LOGON_RID.
CSid ServerLogon() throw(...);
Sids ::Service
Retourne le SID de SECURITY_SERVICE_RID.
CSid Service() throw(...);
Sids ::System
Retourne le SID de SECURITY_LOCAL_SYSTEM_RID.
CSid System() throw(...);
Sids ::SystemOps
Retourne le SID de DOMAIN_ALIAS_RID_SYSTEM_OPS.
CSid SystemOps() throw(...);
Sids ::TerminalServer
Retourne le SID de SECURITY_TERMINAL_SERVER_RID.
CSid TerminalServer() throw(...);
Sids ::Users
Retourne le SID de DOMAIN_ALIAS_RID_USERS.
CSid Users() throw(...);
Sids ::World
Retourne le SID de SECURITY_WORLD_RID.
CSid World() throw(...);