Condividi tramite


struttura SID_IDENTIFIER_AUTHORITY (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;

Membri

Value[6]

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

Osservazioni

Il valore dell'autorità di 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

Fabbisogno

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

Vedere anche

RtlInitializeSid

SID