estructura de WS_XML_SECURITY_TOKEN_PROPERTY (webservices.h)
Especifica una propiedad para un token de seguridad XML.
Sintaxis
typedef struct _WS_XML_SECURITY_TOKEN_PROPERTY {
WS_XML_SECURITY_TOKEN_PROPERTY_ID id;
void *value;
ULONG valueSize;
} WS_XML_SECURITY_TOKEN_PROPERTY;
Miembros
id
Identifica el WS_XML_SECURITY_TOKEN_PROPERTY_ID.
value
Puntero al valor. El puntero debe tener una alineación compatible con el tipo de la propiedad .
valueSize
Tamaño en bytes de la memoria a la que apunta el valor.
Requisitos
Requisito | Value |
---|---|
Cliente mínimo compatible | Windows 7 [aplicaciones de escritorio | Aplicaciones para UWP] |
Servidor mínimo compatible | Windows Server 2008 R2 [aplicaciones de escritorio | Aplicaciones para UWP] |
Encabezado | webservices.h |