Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The ENCRYPTED_NT_OWF_PASSWORD stores a user's encrypted one-way function (OWF) password hash.
Syntax
typedef struct _ENCRYPTED_NT_OWF_PASSWORD {
CYPHER_BLOCK data[2];
} ENCRYPTED_NT_OWF_PASSWORD;
Members
- data
An array of CYPHER_BLOCK structures that contain an encrypted OWF password hash. The contents of the array are calculated using the OldNtPasswordHashEncryptedWithNewNtPasswordHash function as defined in RFC 2433, section A.14.
Requirements
Minimum supported client |
Windows XP [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Header |
MsChapp.h |