TOKEN_MANDATORY_LABEL structure (winnt.h)

The TOKEN_MANDATORY_LABEL structure specifies the mandatory integrity level for a token.

Syntax

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

Members

Label

A SID_AND_ATTRIBUTES structure that specifies the mandatory integrity level of the token.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header winnt.h (include Windows.h)

See also

TOKEN_INFORMATION_CLASS