struttura SID_IDENTIFIER_AUTHORITY (winnt.h)

La struttura SID_IDENTIFIER_AUTHORITY rappresenta l'autorità di primo livello di un IDENTIFICATORe di sicurezza (SID).

Sintassi

typedef struct _SID_IDENTIFIER_AUTHORITY {
  BYTE Value[6];
} SID_IDENTIFIER_AUTHORITY, *PSID_IDENTIFIER_AUTHORITY;

Members

Value[6]

Matrice di 6 byte che specifica l'autorità di primo livello di un SID.

Commenti

Il valore dell'autorità identificatore identifica l'agenzia che ha emesso il SID. Le autorità di identificatore seguenti sono predefinite.

Autorità identificatore Valore
SECURITY_NULL_SID_AUTHORITY 0
SECURITY_WORLD_SID_AUTHORITY 1
SECURITY_LOCAL_SID_AUTHORITY 2
SECURITY_CREATOR_SID_AUTHORITY 3
SECURITY_NON_UNIQUE_AUTHORITY 4
SECURITY_NT_AUTHORITY 5
SECURITY_RESOURCE_MANAGER_AUTHORITY 9
 

Un SID deve contenere un'autorità di primo livello e almeno un valore RID (Relative Identifier ).

Requisiti

   
Client minimo supportato Windows XP [solo app desktop]
Server minimo supportato Windows Server 2003 [solo app desktop]
Intestazione winnt.h (include Windows.h)

Vedi anche

AllocateAndInitializeSid

GetSidIdentifierAuthority

InitializeSid

SID