Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved


Chapter 2 The TIBCO iProcess User Validation API : API Interfaces : uva_check_password

uva_check_password
Purpose
Decrypt the supplied encrypted user and password and then return a value indicating whether the password for the supplied user is valid.
You must use the uva_check_password_ex interface instead of this interface if you use the SW_DOMAIN or LOGON_OS_LOCATION attributes to specify the location where a user’s password should be validated. See Password Validation on Windows Systems for more information.
Prototype
UV_RCODE uva_check_password (
UV_SH uvsh,
UV_PSTR pEncrUserName,
UV_PSTR pEncrPassword
);
Parameters
 
Return Values
 
 
Refer to Return Values for a complete list of possible return values.

Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved