structure TOKEN_USER_CLAIMS (winnt.h)
La structure TOKEN_USER_CLAIMS définit les revendications utilisateur pour le jeton.
Syntaxe
typedef struct _TOKEN_USER_CLAIMS {
PCLAIMS_BLOB UserClaims;
} TOKEN_USER_CLAIMS, *PTOKEN_USER_CLAIMS;
Membres
UserClaims
L’utilisateur revendique le jeton.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 8 [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2012 [applications de bureau uniquement] |
En-tête | winnt.h |