SAMPR_ENCRYPTED_USER_PASSWORD structure (mschapp.h)

The SAMPR_ENCRYPTED_USER_PASSWORD stores a user's encrypted password.

Syntax

typedef struct _SAMPR_ENCRYPTED_USER_PASSWORD {
  UCHAR *Buffer[(256  2)+ 4];
} SAMPR_ENCRYPTED_USER_PASSWORD, *PSAMPR_ENCRYPTED_USER_PASSWORD;

Members

Buffer[(256 * 2)+ 4]

An array contains an encrypted password. The contents of the array are calculated using either the NewPasswordEncryptedWithOldNtPasswordHash or NewPasswordEncryptedWithOldLmPasswordHash functions as defined in RFC 2433, sections A.11 and A.15 respectively.

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Header mschapp.h

See also

MS-CHAP Password Management Structures

MSChapSrvChangePassword2