The LM_CHALLENGE structure carries a LAN Manager authentication challenge.
typedef struct {
CHAR data[8];
} LM_CHALLENGE;
data: A string of eight characters that contains a LAN Manager authentication challenge, which is an unencrypted nonce.
For more information, see [LANMAN].