nn::http::Connection::SetClientCertDefault Member Function

Syntax

nn::Result SetClientCertDefault(
     void
);

Arguments

None.

Return Values

Returns the function's execution result. Returns a Result listed below.
Value Description
ResultSuccess Process was successful.
A value other than the above. Unexpected error (See http_Result.h for details).

Description

[Deprecated] This function will be eliminated in the future. Sets to use the device's default internal client certificate as the client certificate.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL