Aracılığıyla paylaş


Güvenlik Tanımlayıcısı Genel İşlevleri

Bu işlevler yaygın olarak bilinen SID nesnelerini döndürür.

Önemli

Aşağıdaki tabloda listelenen işlevler, Windows Çalışma Zamanı yürütülen uygulamalarda kullanılamaz.

Ad Tanım
Sids::AccountOps DOMAIN_ALIAS_RID_ACCOUNT_OPS SID döndürür.
Sids::Yönetici s DOMAIN_ALIAS_RID_ADMINS SID döndürür.
Sids::AnonymousLogon SECURITY_ANONYMOUS_LOGON_RID SID döndürür.
Sids::AuthenticatedUser SECURITY_AUTHENTICATED_USER_RID SID döndürür.
Sids::BackupOps DOMAIN_ALIAS_RID_BACKUP_OPS SID döndürür.
Sids::Batch SECURITY_BATCH_RID SID döndürür.
Sids::CreatorGroup SECURITY_CREATOR_GROUP_RID SID döndürür.
Sids::CreatorGroupServer SECURITY_CREATOR_GROUP_SERVER_RID SID döndürür.
Sids::CreatorOwner SECURITY_CREATOR_OWNER_RID SID döndürür.
Sids::CreatorOwnerServer SECURITY_CREATOR_OWNER_SERVER_RID SID döndürür.
Sids::D ialup SECURITY_DIALUP_RID SID döndürür.
Sids::Guests DOMAIN_ALIAS_RID_GUESTS SID döndürür.
Sids::Interactive SECURITY_INTERACTIVE_RID SID döndürür.
Sids::Local SECURITY_LOCAL_RID SID döndürür.
Sids::Network SECURITY_NETWORK_RID SID döndürür.
Sids::NetworkService SECURITY_NETWORK_SERVICE_RID SID döndürür.
Sids::Null SECURITY_NULL_RID SID döndürür.
Sids::P reW2KAccess DOMAIN_ALIAS_RID_PREW2KCOMPACCESS SID döndürür.
Sids::P owerUsers DOMAIN_ALIAS_RID_POWER_USERS SID döndürür.
Sids::P rintOps DOMAIN_ALIAS_RID_PRINT_OPS SID döndürür.
Sids::P roxy SECURITY_PROXY_RID SID döndürür.
Sids::RasServers DOMAIN_ALIAS_RID_RAS_SERVERS SID döndürür.
Sids::Replicator DOMAIN_ALIAS_RID_REPLICATOR SID döndürür.
Sids::RestrictedCode SECURITY_RESTRICTED_CODE_RID SID döndürür.
Sids::Self SECURITY_PRINCIPAL_SELF_RID SID döndürür.
Sids::ServerLogon SECURITY_SERVER_LOGON_RID SID döndürür.
Sids::Service SECURITY_SERVICE_RID SID döndürür.
Sids::System SECURITY_LOCAL_SYSTEM_RID SID döndürür.
Sids::SystemOps DOMAIN_ALIAS_RID_SYSTEM_OPS SID döndürür.
Sids::TerminalServer SECURITY_TERMINAL_SERVER_RID SID döndürür.
Sids::Users DOMAIN_ALIAS_RID_USERS SID döndürür.
Sids::World SECURITY_WORLD_RID SID döndürür.

Gereksinimler

Üst bilgi: atlsecurity.h

Sids::AccountOps

DOMAIN_ALIAS_RID_ACCOUNT_OPS SID döndürür.

CSid AccountOps() throw(...);

Sids::Yönetici s

DOMAIN_ALIAS_RID_ADMINS SID döndürür.

CSid Admins() throw(...);

Sids::AnonymousLogon

SECURITY_ANONYMOUS_LOGON_RID SID döndürür.

CSid AnonymousLogon() throw(...);

Sids::AuthenticatedUser

SECURITY_AUTHENTICATED_USER_RID SID döndürür.

CSid AuthenticatedUser() throw(...);

Sids::BackupOps

DOMAIN_ALIAS_RID_BACKUP_OPS SID döndürür.

CSid BackupOps() throw(...);

Sids::Batch

SECURITY_BATCH_RID SID döndürür.

CSid Batch() throw(...);

Sids::CreatorGroup

SECURITY_CREATOR_GROUP_RID SID döndürür.

CSid CreatorGroup() throw(...);

Sids::CreatorGroupServer

SECURITY_CREATOR_GROUP_SERVER_RID SID döndürür.

CSid CreatorGroupServer() throw(...);

Sids::CreatorOwner

SECURITY_CREATOR_OWNER_RID SID döndürür.

CSid CreatorOwner() throw(...);

Sids::CreatorOwnerServer

SECURITY_CREATOR_OWNER_SERVER_RID SID döndürür.

CSid CreatorOwnerServer() throw(...);

Sids::D ialup

SECURITY_DIALUP_RID SID döndürür.

CSid Dialup() throw(...);

Sids::Guests

DOMAIN_ALIAS_RID_GUESTS SID döndürür.

CSid Guests() throw(...);

Sids::Interactive

SECURITY_INTERACTIVE_RID SID döndürür.

CSid Interactive() throw(...);

Sids::Local

SECURITY_LOCAL_RID SID döndürür.

CSid Local() throw(...);

Sids::Network

SECURITY_NETWORK_RID SID döndürür.

CSid Network() throw(...);

Sids::NetworkService

SECURITY_NETWORK_SERVICE_RID SID döndürür.

CSid NetworkService() throw(...);

Açıklamalar

NT AUTHORITY\NetworkService kullanıcısının CPerfMon güvenlik nesnesini okumasını sağlamak için NetworkService kullanın. NetworkService, ATLServer koduna bir SecurityAttribute ekler. Bu kod, DLL'nin Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ve üzeri işletim sistemlerindeki NetworkService hesabı altında oturum açmasına olanak tanır.

Perfmon MMC'de ATLServer CPerfMon sınıfıyla özel günlük sayaçları oluşturulduğunda, gerçek zamanlı görünümde doğru şekilde görünse de, günlük dosyası görüntülenirken sayaçlar görünmeyebilir. CPerfMon özel performans sayaçları, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 (veya üzeri) işletim sistemlerinde "Performans Günlükleri ve Uyarılar" hizmeti (smlogsvc.exe) altında çalışmak için gerekli izinlere sahip değildir. Bu hizmet "NT AUTHORITY\NetworkService" hesabı altında çalışır.

Sids::Null

SECURITY_NULL_RID SID döndürür.

CSid Null() throw(...);

Sids::P reW2KAccess

DOMAIN_ALIAS_RID_PREW2KCOMPACCESS SID döndürür.

CSid PreW2KAccess() throw(...);

Sids::P owerUsers

DOMAIN_ALIAS_RID_POWER_USERS SID döndürür.

CSid PowerUsers() throw(...);

Sids::P rintOps

DOMAIN_ALIAS_RID_PRINT_OPS SID döndürür.

CSid PrintOps() throw(...);

Sids::P roxy

SECURITY_PROXY_RID SID döndürür.

CSid Proxy() throw(...);

Sids::RasServers

DOMAIN_ALIAS_RID_RAS_SERVERS SID döndürür.

CSid RasServers() throw(...);

Sids::Replicator

DOMAIN_ALIAS_RID_REPLICATOR SID döndürür.

CSid Replicator() throw(...);

Sids::RestrictedCode

SECURITY_RESTRICTED_CODE_RID SID döndürür.

CSid RestrictedCode() throw(...);

Sids::Self

SECURITY_PRINCIPAL_SELF_RID SID döndürür.

CSid Self() throw(...);

Sids::ServerLogon

SECURITY_SERVER_LOGON_RID SID döndürür.

CSid ServerLogon() throw(...);

Sids::Service

SECURITY_SERVICE_RID SID döndürür.

CSid Service() throw(...);

Sids::System

SECURITY_LOCAL_SYSTEM_RID SID döndürür.

CSid System() throw(...);

Sids::SystemOps

DOMAIN_ALIAS_RID_SYSTEM_OPS SID döndürür.

CSid SystemOps() throw(...);

Sids::TerminalServer

SECURITY_TERMINAL_SERVER_RID SID döndürür.

CSid TerminalServer() throw(...);

Sids::Users

DOMAIN_ALIAS_RID_USERS SID döndürür.

CSid Users() throw(...);

Sids::World

SECURITY_WORLD_RID SID döndürür.

CSid World() throw(...);

Ayrıca bkz.

İşlevler