UA ANSI C Server Professional  1.4.0.285
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
_UaServer_Endpoint Struct Reference

Contains the configuration of one endpoint. More...

#include <uaserver.h>

Data Fields

OpcUa_Endpoint_SecurityPolicyConfiguration * pSecurityPolicyConfigurations
 The configured SecurityPolicyConfigurations. More...
 
OpcUa_UInt uNoOfUserTokenPolicy
 Number of configured UserTokenPolicies that will be supported by the endpoint. More...
 
OpcUa_UserTokenPolicy * pUserTokenPolicy
 The configured UserTokenPolicies. More...
 
OpcUa_String ServerCertificateLocation
 Path to the certificate of the server. More...
 
OpcUa_String ServerPrivateKeyLocation
 Path to the private key of the server. More...
 
OpcUa_CertificateStoreConfiguration PkiConfig
 The PkiConfig structure. More...
 
OpcUa_Boolean bTrustAllClientCertificates
 This option can be activated if certificates are used only for message security but not for application authentication. More...
 

Detailed Description

Contains the configuration of one endpoint.

Field Documentation

OpcUa_Boolean _UaServer_Endpoint::bTrustAllClientCertificates

This option can be activated if certificates are used only for message security but not for application authentication.

If set to true, all client certificates will be accepted automatically and they are not stored. It is strongly recommended to use this option only together with user authentication.

OpcUa_CertificateStoreConfiguration _UaServer_Endpoint::PkiConfig

The PkiConfig structure.

OpcUa_Endpoint_SecurityPolicyConfiguration* _UaServer_Endpoint::pSecurityPolicyConfigurations

The configured SecurityPolicyConfigurations.

OpcUa_UserTokenPolicy* _UaServer_Endpoint::pUserTokenPolicy

The configured UserTokenPolicies.

OpcUa_String _UaServer_Endpoint::ServerCertificateLocation

Path to the certificate of the server.

OpcUa_String _UaServer_Endpoint::ServerPrivateKeyLocation

Path to the private key of the server.

OpcUa_UInt _UaServer_Endpoint::uNoOfUserTokenPolicy

Number of configured UserTokenPolicies that will be supported by the endpoint.


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