S2OPC OPCUA Toolkit
|
Client configuration structure used to store session activation data for an X509 user token type. More...
#include <sopc_user_app_itf.h>
Data Fields | |
SOPC_SerializedCertificate * | certX509 |
SOPC_SerializedAsymmetricKey * | keyX509 |
bool | isConfigFromPathNeeded |
SOPC_Session_UserX509_ConfigFromPaths * | configFromPaths |
Client configuration structure used to store session activation data for an X509 user token type.
SOPC_SerializedCertificate* SOPC_Session_UserX509::certX509 |
SOPC_SerializedAsymmetricKey* SOPC_Session_UserX509::keyX509 |
bool SOPC_Session_UserX509::isConfigFromPathNeeded |
True if the following field shall be treated to configure the X509 user for session
SOPC_Session_UserX509_ConfigFromPaths* SOPC_Session_UserX509::configFromPaths |
The paths configuration to use for user certificate and key if if isConfigFromPathsNeeded is true. NULL otherwise. (used to configure certX509 and keyX509)