<div class="content" name="SAMPR_USER_INTERNAL5_INFORMATION" uuid="1d2be36a-754e-46b1-8697-d8aaa62bc450"><p>The SAMPR_USER_INTERNAL5_INFORMATION structure holds an
encrypted password.</p><p>This structure is used to carry a new password for a particular
<span><a href="7b2aeb27-92fc-41f6-8437-deb65d950921#gt_8d10bd9d-392e-431b-8218-742bdac19815" data-linktype="relative-path">account</a></span>
from the client to the server, encrypted in a way that protects it from
disclosure or tampering while in transit.</p><dl>
<dd>
<div><pre> typedef struct _SAMPR_USER_INTERNAL5_INFORMATION {
   SAMPR_ENCRYPTED_USER_PASSWORD UserPassword;
   unsigned char PasswordExpired;
 } SAMPR_USER_INTERNAL5_INFORMATION,
  *PSAMPR_USER_INTERNAL5_INFORMATION;
</pre></div>
</dd></dl><p><b>UserPassword:</b>  A cleartext password,
encrypted according to the specification for <span><a href="23f9ef4c-cf3e-4330-9287-ea4799b03201" data-linktype="relative-path">SAMPR_ENCRYPTED_USER_PASSWORD</a></span>,
with the encryption key being the 16-byte SMB session key obtained as specified
in either section <span><a href="c718b655-919f-43a8-8897-be080553e746" data-linktype="relative-path">3.1.2.4</a></span> or section <span><a href="a26ab2cb-3e09-4980-9f2d-8d75f73005ae" data-linktype="relative-path">3.2.2.3</a></span>.</p><p><b>PasswordExpired:</b>  See section <span><a href="899d68a9-8145-4334-a52f-2fbd92bec94f" data-linktype="relative-path">2.2.6.1</a></span>.</p></div>