struttura TOKEN_USER_CLAIMS (winnt.h)
La struttura TOKEN_USER_CLAIMS definisce le attestazioni utente per il token.
Sintassi
typedef struct _TOKEN_USER_CLAIMS {
PCLAIMS_BLOB UserClaims;
} TOKEN_USER_CLAIMS, *PTOKEN_USER_CLAIMS;
Members
UserClaims
Attestazioni utente per il token.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 8 [solo app desktop] |
Server minimo supportato | Windows Server 2012 [solo app desktop] |
Intestazione | winnt.h |