ACE
ACL
SID
Expand Minimize
0 out of 1 rated this helpful - Rate this topic

TOKEN_MANDATORY_LABEL structure

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

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

 

 

Send comments about this topic to Microsoft

Build date: 10/26/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.