nn::boss::TaskActionBase::SetRootCa Member Functionnn::Result SetRootCa( const nn::http::InternalCaCertId inCaCertName );
| Name | Description | |
|---|---|---|
| inCaCertName | ||
| in | certStoreName | Specifies the certificate store name. |
Result values listed below. | Value | Description |
|---|---|
ResultSuccess |
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 details). |
Sets an internal root certificate for use. It can be used alongside a private root certificate.
CONFIDENTIAL