struttura TOKEN_MANDATORY_LABEL (winnt.h)
La struttura TOKEN_MANDATORY_LABEL specifica il livello di integrità obbligatorio per un token.
Sintassi
typedef struct _TOKEN_MANDATORY_LABEL {
SID_AND_ATTRIBUTES Label;
} TOKEN_MANDATORY_LABEL, *PTOKEN_MANDATORY_LABEL;
Members
Label
Struttura SID_AND_ATTRIBUTES che specifica il livello di integrità obbligatorio del token.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows Vista [solo app desktop] |
Server minimo supportato | Windows Server 2008 [solo app desktop] |
Intestazione | winnt.h (include Windows.h) |