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 SAM_VALIDATE_AUTHENTICATION_INPUT_ARG structure holds information about an authentication request.
-
typedef struct _SAM_VALIDATE_AUTHENTICATION_INPUT_ARG { SAM_VALIDATE_PERSISTED_FIELDS InputPersistedFields; unsigned char PasswordMatched; } SAM_VALIDATE_AUTHENTICATION_INPUT_ARG, *PSAM_VALIDATE_AUTHENTICATION_INPUT_ARG;
InputPersistedFields: Password state.
PasswordMatched: A nonzero value indicates that a valid password was presented to the change-password request.