enumerazione TOKEN_TYPE (winnt.h)
L'enumerazione TOKEN_TYPE contiene valori che differenziano tra un token primario e un token di rappresentazione.
Sintassi
typedef enum _TOKEN_TYPE {
TokenPrimary = 1,
TokenImpersonation
} TOKEN_TYPE;
Costanti
TokenPrimary Valore: 1 Indica un token primario. |
TokenImpersonation Indica un token di rappresentazione. |
Requisiti
Client minimo supportato | Windows XP [solo app desktop] |
Server minimo supportato | Windows Server 2003 [solo app desktop] |
Intestazione | winnt.h (includere Windows.h) |
Vedi anche
Panoramica Controllo di accesso