nn::nex::DataStoreTouchObjectParam::SetAccessPassword Member Function

Syntax

void SetAccessPassword(
     qUnsignedInt64 accessPassword
);

Parameters

Name Description
in accessPassword Access password.

Return Values

None.

Description

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.

Revision History

2012/07/02
Initial version.

CONFIDENTIAL