InfoBaseUser.StoredPasswordValue
Usage:
Description:
Contains stored password values (hash functions) and stored uppercase password values (hash functions) separated by comma.
Setting the property defines a password for a new user (default is an empty string) or changes a password of the existing user.
Changes shall take effect only after writing the user.
One user should not set values of this property together with the property value Password. Otherwise, the password for the written user will be set according to the set property value Password, and the set property value SavedPasswordValue will be ignored.
The property value does not change after setting the property value Password and after writing the user.
To receive a correct saved password value, a user with the changed password should be written and then read after setting a new password to the user.
Availability:
Note:
Available only for users with administrative rights.