<div class="content" name="NETLOGON_NETWORK_INFO" uuid="e17b03b8-c1d2-43a1-98db-cf8d05b9c6a8"><p>The <b>NETLOGON_NETWORK_INFO</b> structure defines information
that describes a network account logon.</p><dl>
<dd>
<div><pre> typedef struct _NETLOGON_NETWORK_INFO {
   NETLOGON_LOGON_IDENTITY_INFO Identity;
   LM_CHALLENGE LmChallenge;
   STRING NtChallengeResponse;
   STRING LmChallengeResponse;
 } NETLOGON_NETWORK_INFO,
  *PNETLOGON_NETWORK_INFO;
</pre></div>
</dd></dl><p><b>Identity:</b> <b>NETLOGON_LOGON_IDENTITY_INFO</b>
structure, as specified in section <span><a href="81c44fa0-0a27-41b3-b607-de39cce7ea1d" data-linktype="relative-path">2.2.1.4.15</a></span>, that
contains information about the logon identity. The <b>Identity.LogonDomainName</b>
field MUST match the <b>DomainName </b>field of the authenticate message
received by the client. The authenticate message is defined in <span><a href="../ms-nlmp/b38c36ed-2804-4868-a9ff-8dd3182128e4" data-linktype="relative-path">[MS-NLMP]</a></span>
section <span><a href="../ms-nlmp/033d32cc-88f9-4483-9bf2-b273055038ce" data-linktype="relative-path">2.2.1.3</a></span>.</p><p><b>LmChallenge:</b> <b>LM_CHALLENGE</b> structure, as
specified in section <span><a href="bb8eca90-41bc-4ca4-8419-defdf043e01b" data-linktype="relative-path">2.2.1.4.1</a></span>, that
contains the network authentication challenge. For details about challenges,
see [MS-NLMP].</p><p><b>NtChallengeResponse:</b> String that contains the
NT response (see [MS-NLMP]) to the network authentication challenge.</p><p><b>LmChallengeResponse:</b> String that contains the
LAN Manager response (see [MS-NLMP]) to the network authentication challenge.</p></div>