2.2.6.31 SAMPR_USER_INTERNAL8_INFORMATION

The SAMPR_USER_INTERNAL8_INFORMATION structure holds all attributes of a user, along with an encrypted password.

 typedef struct _SAMPR_USER_INTERNAL8_INFORMATION {
   SAMPR_USER_ALL_INFORMATION I1;
   SAMPR_ENCRYPTED_PASSWORD_AES UserPassword;
   } SAMPR_USER_INTERNAL8_INFORMATION,  
    *PSAMPR_USER_INTERNAL8_INFORMATION;

I1:  As specified in section 2.2.6.6.

UserPassword: As specified in SAMPR_ENCRYPTED_PASSWORD_AES (section 2.2.6.32).