S2OPC OPCUA Toolkit
Loading...
Searching...
No Matches
SOPC_Session_UserX509_ConfigFromPaths Struct Reference

Client temporary configuration structure used to store user X509 configuration data from paths. Those paths are should be used to load the serialized version for the certificate / key. More...

#include <sopc_user_app_itf.h>

Data Fields

char * userCertPath
 
char * userKeyPath
 
bool userKeyEncrypted
 

Detailed Description

Client temporary configuration structure used to store user X509 configuration data from paths. Those paths are should be used to load the serialized version for the certificate / key.

Field Documentation

◆ userCertPath

char* SOPC_Session_UserX509_ConfigFromPaths::userCertPath

Temporary path to the user certificate (certX509 shall be instantiated by applicative code)

◆ userKeyPath

char* SOPC_Session_UserX509_ConfigFromPaths::userKeyPath

Temporary path to the user key (keyX509 shall be instantiated by applicative code)

◆ userKeyEncrypted

bool SOPC_Session_UserX509_ConfigFromPaths::userKeyEncrypted

Boolean to indicate if the private key is encrypted


The documentation for this struct was generated from the following file: