nn::boss::TaskActionBase::SetRootCa Member Function

Syntax

nn::Result SetRootCa(
     const nn::http::InternalCaCertId inCaCertName
);

Arguments

Name Description
in inCaCertName 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.
ResultInvalidMaxRootCa The number of root CAs exceeds the maximum that can be set.
A value other than the above. Unexpected error (see boss_Result.h for error details).

Description

Sets a built-in root certificate for use.

It can be used alongside a private root certificate.

Revision History

2010/09/16
Initial version.

CONFIDENTIAL