<div class="content"><p align="right"><a href="https://msdn.microsoft.com/en-us/library/563cc049-5e46-49a1-b0e0-86efe4bc6e19" data-linktype="external">msdn link</a></p><p>The SAMPR_USER_INTERNAL5_INFORMATION_NEW structure
communicates an encrypted password. The encrypted password uses a <a href="7b2aeb27-92fc-41f6-8437-deb65d950921#gt_1672c769-f184-404a-9575-e637fd3a43ed" data-linktype="relative-path">salt</a> to improve the
encryption algorithm. See the specification for <a href="112ecc94-1cbe-41cd-b669-377402c20786" data-linktype="relative-path">SAMPR_ENCRYPTED_USER_PASSWORD_NEW (section 2.2.6.22)</a>
for details on salt value selection.</p><p>This structure is used to carry a new password for a
particular <a href="7b2aeb27-92fc-41f6-8437-deb65d950921#gt_8d10bd9d-392e-431b-8218-742bdac19815" data-linktype="relative-path">account</a> from
the client to the server, encrypted in a way that protects it from disclosure
or tampering while in transit. A random value, a salt, is used by the client to
seed the encryption routine; see section 2.2.6.22 for details.</p><dl>
<dd>
<div><pre> typedef struct _SAMPR_USER_INTERNAL5_INFORMATION_NEW {
   SAMPR_ENCRYPTED_USER_PASSWORD_NEW UserPassword;
   unsigned char PasswordExpired;
 } SAMPR_USER_INTERNAL5_INFORMATION_NEW,
  *PSAMPR_USER_INTERNAL5_INFORMATION_NEW;
</pre></div>
</dd></dl><p><b>UserPassword:</b>  A password, encrypted
according to the specification for SAMPR_ENCRYPTED_USER_PASSWORD_NEW, with the
encryption key being the 16-byte SMB session key obtained as specified in
either section <a href="c718b655-919f-43a8-8897-be080553e746" data-linktype="relative-path">3.1.2.4</a>
or section <a href="a26ab2cb-3e09-4980-9f2d-8d75f73005ae" data-linktype="relative-path">3.2.2.3</a>.</p><p><b>PasswordExpired:</b>  See section <a href="899d68a9-8145-4334-a52f-2fbd92bec94f" data-linktype="relative-path">2.2.6.1</a>.</p></div>