2.2.9.8 PASSWORD_POLICY_VALIDATION_TYPE

The PASSWORD_POLICY_VALIDATION_TYPE enumeration indicates the type of policy validation that is being requested.

 typedef  enum _PASSWORD_POLICY_VALIDATION_TYPE
 {
   SamValidateAuthentication = 1,
   SamValidatePasswordChange,
   SamValidatePasswordReset
 } PASSWORD_POLICY_VALIDATION_TYPE;

SamValidateAuthentication:  Indicates a request to execute the password policy validation performed at logon.

SamValidatePasswordChange:  Indicates a request to execute the password policy validation performed during a password change request.

SamValidatePasswordReset:  Indicates a request to execute the password policy validation performed during a password reset.