2.2.2.13.1 rpc_sec_verification_trailer
The rpc_sec_verification_trailer structure is defined as follows.
-
typedef struct { unsigned char signature[8]; } rpc_sec_verification_trailer;
Whenever the verification trailer is present, the signature field MUST contain the following series of octets {0x8a, 0xe3, 0x13, 0x71, 0x02, 0xf4, 0x36, 0x71}. These values have no special protocol significance and only serve as a signature for this structure.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
signature (0x8a, 0xe3, 0x13, 0x71) |
|||||||||||||||||||||||||||||||
signature (0x02, 0xf4, 0x36, 0x71) |
Client sends the verification trailer header whenever it needs to send a verification trailer body. For details on when a verification trailer body is sent, see the verification trailer commands that follow.