estructura TOKEN_MANDATORY_LABEL (winnt.h)

La estructura TOKEN_MANDATORY_LABEL especifica el nivel de integridad obligatorio para un token.

Sintaxis

typedef struct _TOKEN_MANDATORY_LABEL {
  SID_AND_ATTRIBUTES Label;
} TOKEN_MANDATORY_LABEL, *PTOKEN_MANDATORY_LABEL;

Miembros

Label

Estructura SID_AND_ATTRIBUTES que especifica el nivel de integridad obligatorio del token.

Requisitos

Requisito Value
Cliente mínimo compatible Windows Vista [solo aplicaciones de escritorio]
Servidor mínimo compatible Windows Server 2008 [solo aplicaciones de escritorio]
Encabezado winnt.h (incluye Windows.h)

Consulte también

TOKEN_INFORMATION_CLASS