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

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_SerializedCertificatecertX509
 
SOPC_SerializedAsymmetricKeykeyX509
 
bool isConfigFromPathNeeded
 
SOPC_Session_UserX509_ConfigFromPathsconfigFromPaths
 

Detailed Description

Client configuration structure used to store session activation data for an X509 user token type.

Field Documentation

◆ certX509

SOPC_SerializedCertificate* SOPC_Session_UserX509::certX509

◆ keyX509

SOPC_SerializedAsymmetricKey* SOPC_Session_UserX509::keyX509

◆ isConfigFromPathNeeded

bool SOPC_Session_UserX509::isConfigFromPathNeeded

True if the following field shall be treated to configure the X509 user for session

◆ configFromPaths

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)


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