S2OPC OPCUA Toolkit
|
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 |
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.
char* SOPC_Session_UserX509_ConfigFromPaths::userCertPath |
Temporary path to the user certificate (certX509 shall be instantiated by applicative code)
char* SOPC_Session_UserX509_ConfigFromPaths::userKeyPath |
Temporary path to the user key (keyX509 shall be instantiated by applicative code)
bool SOPC_Session_UserX509_ConfigFromPaths::userKeyEncrypted |
Boolean to indicate if the private key is encrypted