NET_VALIDATE_AUTHENTICATION_INPUT_ARG structure (lmaccess.h)
A client application passes the NET_VALIDATE_AUTHENTICATION_INPUT_ARG structure to the NetValidatePasswordPolicy function when the application requests an authentication validation.
Syntax
typedef struct _NET_VALIDATE_AUTHENTICATION_INPUT_ARG {
NET_VALIDATE_PERSISTED_FIELDS InputPersistedFields;
BOOLEAN PasswordMatched;
} NET_VALIDATE_AUTHENTICATION_INPUT_ARG, *PNET_VALIDATE_AUTHENTICATION_INPUT_ARG;
Members
InputPersistedFields
Specifies a NET_VALIDATE_PERSISTED_FIELDS structure that contains persistent password-related information about the account being logged on.
PasswordMatched
BOOLEAN value that indicates the result of the client application's authentication of the password supplied by the user. If this parameter is FALSE, the password has not been authenticated.
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | lmaccess.h (include Lm.h) |