estrutura TOKEN_MANDATORY_LABEL (winnt.h)

A estrutura TOKEN_MANDATORY_LABEL especifica o nível de integridade obrigatório para um token.

Sintaxe

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

Membros

Label

Uma estrutura SID_AND_ATTRIBUTES que especifica o nível de integridade obrigatório do token.

Requisitos

Requisito Valor
Cliente mínimo com suporte Windows Vista [somente aplicativos da área de trabalho]
Servidor mínimo com suporte Windows Server 2008 [somente aplicativos da área de trabalho]
Cabeçalho winnt.h (inclua Windows.h)

Confira também

TOKEN_INFORMATION_CLASS