structure TOKEN_MANDATORY_LABEL (winnt.h)
La structure TOKEN_MANDATORY_LABEL spécifie le niveau d’intégrité obligatoire pour un jeton.
Syntaxe
typedef struct _TOKEN_MANDATORY_LABEL {
SID_AND_ATTRIBUTES Label;
} TOKEN_MANDATORY_LABEL, *PTOKEN_MANDATORY_LABEL;
Membres
Label
Une structure SID_AND_ATTRIBUTES qui spécifie le niveau d’intégrité obligatoire du jeton.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows Vista [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2008 [applications de bureau uniquement] |
En-tête | winnt.h (inclure Windows.h) |