nn::boss::TaskActionBase::SetClientCert Member Function

Syntax

nn::Result SetClientCert(
     const nn::http::InternalClientCertId inClientCertName
);

Arguments

Name Description
in inClientCertName Specifies the certificate store name.

Return Values

Returns the function's execution result. Returns one of the Result values listed below.
Value Description
Result::IsSuccess Set successfully.
ResultInvalidMaxClientCert The number of client certificates set exceeds the maximum.
A value other than the above. Unexpected error (see boss_Result.h for error details).

Description

Sets a built-in client certificate for use.

Only the one specified built-in client certificate can be used.

Revision History

2010/09/16
Initial version.

CONFIDENTIAL