2.2.10.7 HTTP_EXTENDED_AUTH_PACKET Structure
This packet is used for extended tunnel (2) authorization messages from the RDG server to the RDG client.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
hdr |
|||||||||||||||||||||||||||||||
|
... |
|||||||||||||||||||||||||||||||
|
errorCode |
|||||||||||||||||||||||||||||||
|
cbBlobLen |
authBlob (variable) |
||||||||||||||||||||||||||||||
|
... |
|||||||||||||||||||||||||||||||
hdr (8 bytes): An HTTP_PACKET_HEADER (section 2.2.10.9) structure. Its packetType field is set to PKT_TYPE_EXTENDED_AUTH_MSG.
errorCode (4 bytes): An unsigned integer representing the error generated by the RDG server during authorization.
cbBlobLen (2 bytes): An unsigned short representing the length of the authBlob field.
authBlob (variable): An array of bytes which contains authorization data.