WS_REQUEST_SECURITY_TOKEN_PROPERTY structure (webservices.h)
Spécifie une propriété pour demander un jeton de sécurité à un émetteur.
Syntaxe
typedef struct _WS_REQUEST_SECURITY_TOKEN_PROPERTY {
WS_REQUEST_SECURITY_TOKEN_PROPERTY_ID id;
void *value;
ULONG valueSize;
} WS_REQUEST_SECURITY_TOKEN_PROPERTY;
Membres
id
Identifie le WS_REQUEST_SECURITY_TOKEN_PROPERTY_ID.
value
Pointeur vers la valeur. Le pointeur doit avoir un alignement compatible avec le type de la propriété .
valueSize
Taille en octets de la mémoire pointée par valeur.
Configuration requise
Client minimal pris en charge | Windows 7 [applications de bureau | Applications UWP] |
Serveur minimal pris en charge | Windows Server 2008 R2 [applications de bureau | Applications UWP] |
En-tête | webservices.h |