nn::nex::MatchMakingClient::Bind Member Function

Syntax

virtual qBool Bind(
     Credentials * pCredentials
);

Parameters

Name Description
in pCredentials Certificate for accessing the service.

Return Values



Value Description
true Success.
false Failure.

Description

Sets a certificate required to use this service.

Sets a certificate required to use this service. A certificate must be set before using this feature. After asynchronous processing of NgsFacade::Login() succeeds, specify the certificate obtained using the NgsFacade::GetCredentials() function as an argument.

Revision History

2011/01/27
Initial version.

CONFIDENTIAL