structure WS_XML_SECURITY_TOKEN_PROPERTY (webservices.h)
Spécifie une propriété pour un jeton de sécurité XML.
Syntaxe
typedef struct _WS_XML_SECURITY_TOKEN_PROPERTY {
WS_XML_SECURITY_TOKEN_PROPERTY_ID id;
void *value;
ULONG valueSize;
} WS_XML_SECURITY_TOKEN_PROPERTY;
Membres
id
Identifie le WS_XML_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 vers la valeur.
Configuration requise
Condition requise | Valeur |
---|---|
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 |