nn::nex::ServiceClient::Unbind Member Function

Syntax

virtual qBool Unbind();

Parameters

None.

Return Values



Value Description
true Success.
false Failure.

Description

Releases certificate information.

Releases the certificate information that was bound using the Bind() function. After unbinding with the Unbind() function, the information cannot be bound again. Be sure to unbind with the Unbind() function before destroying ServiceClient.

Revision History

2013/03/27
Added the virtual declaration.
2011/01/27
Initial version.

CONFIDENTIAL