nn::boss::TaskActionBase::SetPrivateClientCert Member Function

Syntax

nn::Result SetPrivateClientCert(
void
);

Arguments

None.

Return Values

Returns the function's execution result. Returns one of the Result values listed below.
Value Description
ResultSuccess Set successfully.
A value other than the above. Unexpected error (see boss_Result.h for details).

Description

Sets a registered private client certificate for use. Only a private root certificate can be used.

Revision History

2010/09/16
Initial version.

CONFIDENTIAL