SID_IDENTIFIER_AUTHORITY struttura (ntifs.h)

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

Sintassi

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

Members

Value[6]

Matrice di sei byte che specificano l'autorità di primo livello di SID.

Commenti

Il valore dell'autorità identificatore identifica l'agenzia che ha rilasciato 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

Requisiti

Requisito Valore
Intestazione ntifs.h (include Ntifs.h)

Vedi anche

RtlInitializeSid

SID