We use essential cookies for the website to function, as well as analytics cookies for analyzing and creating statistics of the website performance. To agree to the use of analytics cookies, click "Accept All". You can manage your preferences at any time by clicking "Cookie Settings" on the footer. More Information.

Only Essential Cookies
Accept All

Rcp_ClientCertificate

Phone5.0.0(12)+PC/2in15.0.1(13)+Tablet5.0.0(12)+TV5.1.1(19)+Wearable5.1.0(18)+

Overview

Client certificate sent to a remote server, which will be used by the server to verify the identity of the client.

Since: 5.0.0(12)

Related module: RemoteCommunication

Header file: rcp.h

Summary

Member Variables

Expand
Name Description
char * content Client certificate content. The certificate file must be in PEM, DER, or P12 format.
char * filePath Path of the client certificate. The certificate file must be in PEM, DER, or P12 format.
char * key Name of the private key file of the client certificate.
char * keyPassword Password of the private key of the client certificate.
Rcp_CertType type Client certificate type.

Struct Member Variable Description

content

Phone5.0.0(12)+PC/2in15.0.1(13)+Tablet5.0.0(12)+TV5.1.1(19)+Wearable5.1.0(18)+
char* Rcp_ClientCertificate::content

Description

Client certificate content. The certificate file must be in PEM, DER, or P12 format.

filePath

Phone5.0.0(12)+PC/2in15.0.1(13)+Tablet5.0.0(12)+TV5.1.1(19)+Wearable5.1.0(18)+
char* Rcp_ClientCertificate::filePath

Description

Path of the client certificate. The certificate file must be in PEM, DER, or P12 format.

key

Phone5.0.0(12)+PC/2in15.0.1(13)+Tablet5.0.0(12)+TV5.1.1(19)+Wearable5.1.0(18)+
char* Rcp_ClientCertificate::key

Description

Name of the private key file of the client certificate.

keyPassword

Phone5.0.0(12)+PC/2in15.0.1(13)+Tablet5.0.0(12)+TV5.1.1(19)+Wearable5.1.0(18)+
char* Rcp_ClientCertificate::keyPassword

Description

Password of the private key of the client certificate.

type

Phone5.0.0(12)+PC/2in15.0.1(13)+Tablet5.0.0(12)+TV5.1.1(19)+Wearable5.1.0(18)+
Rcp_CertType Rcp_ClientCertificate::type

Description

Client certificate type.

Search
Enter a keyword.