Compartir a través de


estructura SID_IDENTIFIER_AUTHORITY (ntifs.h)

La estructura SID_IDENTIFIER_AUTHORITY representa la autoridad de nivel superior de un identificador de seguridad (SID).

Sintaxis

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

Miembros

Value[6]

Matriz de seis bytes que especifica la autoridad de nivel superior de un SID.

Comentarios

El valor de la entidad de identificador identifica la agencia que emitió el SID. Las siguientes entidades de identificador están predefinidas.

Entidad de identificador Valor
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

Requisitos

Requisito Valor
Header ntifs.h (incluya Ntifs.h)

Consulte también

RtlInitializeSid

SID