void SetAccessPassword( qUnsignedInt64 accessPassword );
Name | Description | |
---|---|---|
in | accessPassword |
Access password. |
Sets an access password.
Sets an access password to use when working with data to which the user does not have access permissions. Specify the access password received from the owner of the data. If the user has access permissions, the access password is ignored and the data can be accessed at any time. If you specify DataStoreConstants::INVALID_PASSWORD
, authentication by using an access password is not performed. If no password is specified with this function, DataStoreConstants::INVALID_PASSWORD
is used.
CONFIDENTIAL