LM_OWF_PASSWORD structure (mschapp.h)
The LM_OWF_PASSWORD stores the Lan Manage (LM) one-way function (OWF) of a user's password.
Syntax
typedef struct _LM_OWF_PASSWORD {
CYPHER_BLOCK data[2];
} LM_OWF_PASSWORD;
Members
data[2]
An array of CYPHER_BLOCK structures that contain a LM OWF password hash. The contents of the array are calculated using the LmEncryptedPasswordHash() function as defined in RFC 2433, section A.8.
Remarks
NT_OWF_PASSWORD is an alias for this structure.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | mschapp.h |