Nota
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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.
Observaciones
El valor de la autoridad 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 |
---|---|
encabezado de | ntifs.h (incluya Ntifs.h) |