The TSG_PACKET_CAPS_RESPONSE structure contains the response of the RDG server, which supports Consent Signing capability, to the RDG client for the TsProxyCreateTunnel method call. This structure contains TSG_PACKET_QUARENC_RESPONSE followed by the consent signing string. The value of the packetId field in TSG_PACKET MUST be set to TSG_PACKET_TYPE_CAPS_RESPONSE.

 typedef struct _TSG_PACKET_CAPS_RESPONSE {
   TSG_PACKET_QUARENC_RESPONSE pktQuarEncResponse;
   TSG_PACKET_MSG_RESPONSE pktConsentMessage;
 } TSG_PACKET_CAPS_RESPONSE,
  *PTSG_PACKET_CAPS_RESPONSE;

pktQuarEncResponse: A TSG_PACKET_QUARENC_RESPONSE structure as specified in section 2.2.9.2.1.6.

pktConsentMessage: A TSG_PACKET_MSG_RESPONSE structure as specified in section 2.2.9.2.1.9.