UA Ansi C Server Professional  1.3.3.242
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
_UaServer_Configuration Struct Reference

Contains the configuration of the UaServer. More...

#include <uaserver.h>

Data Fields

OpcUa_PKIProvider PkiProvider
 The PKI provider. More...
 
OpcUa_Endpoint_SecurityPolicyConfiguration * pSecurityPolicyConfigurations
 The configured SecurityPolicyConfigurations. More...
 
OpcUa_Key ServerPrivateKey
 Private key of the server. More...
 
OpcUa_ByteString ServerCertificate
 The server's certificate. More...
 
OpcUa_ByteString ServerPrivateKeyLocation
 Path to the private key of the server. More...
 
OpcUa_ByteString ServerCertificateLocation
 Path to the certificate of the server. More...
 
OpcUa_ByteString RejectedCertificateLocation
 Path to the folder containing rejected certificates. More...
 
OpcUa_P_OpenSSL_CertificateStore_Config PkiConfig
 The PkiConfig structure. More...
 
OpcUa_UInt32 uNoOfUserTokenPolicy
 Number of configured UserTokenPolicies that will be supported by the server. More...
 
OpcUa_UserTokenPolicy * pUserTokenPolicy
 The configured UserTokenPolicies. More...
 
OpcUa_ApplicationDescription ApplicationDescription
 Contains the ApplicationDescription displayed in the server address space. More...
 
OpcUa_BuildInfo BuildInfo
 Contains the BuildInfo displayed in the server address space. More...
 
OpcUa_Boolean bRegisterAtDiscoveryServer
 If set to true, the server will register at the discovery server in regular intervals. More...
 
OpcUa_String sDiscoveryServerUrl
 The URL of the discovery server. More...
 
OpcUa_UInt32 uDiscoveryRegistrationInterval
 The registration interval for the discovery server in ms. More...
 

Detailed Description

Contains the configuration of the UaServer.

Field Documentation

OpcUa_ApplicationDescription _UaServer_Configuration::ApplicationDescription

Contains the ApplicationDescription displayed in the server address space.

OpcUa_Boolean _UaServer_Configuration::bRegisterAtDiscoveryServer

If set to true, the server will register at the discovery server in regular intervals.

OpcUa_BuildInfo _UaServer_Configuration::BuildInfo

Contains the BuildInfo displayed in the server address space.

OpcUa_P_OpenSSL_CertificateStore_Config _UaServer_Configuration::PkiConfig

The PkiConfig structure.

OpcUa_PKIProvider _UaServer_Configuration::PkiProvider

The PKI provider.

OpcUa_Endpoint_SecurityPolicyConfiguration* _UaServer_Configuration::pSecurityPolicyConfigurations

The configured SecurityPolicyConfigurations.

OpcUa_UserTokenPolicy* _UaServer_Configuration::pUserTokenPolicy

The configured UserTokenPolicies.

OpcUa_ByteString _UaServer_Configuration::RejectedCertificateLocation

Path to the folder containing rejected certificates.

OpcUa_String _UaServer_Configuration::sDiscoveryServerUrl

The URL of the discovery server.

OpcUa_ByteString _UaServer_Configuration::ServerCertificate

The server's certificate.

OpcUa_ByteString _UaServer_Configuration::ServerCertificateLocation

Path to the certificate of the server.

OpcUa_Key _UaServer_Configuration::ServerPrivateKey

Private key of the server.

OpcUa_ByteString _UaServer_Configuration::ServerPrivateKeyLocation

Path to the private key of the server.

OpcUa_UInt32 _UaServer_Configuration::uDiscoveryRegistrationInterval

The registration interval for the discovery server in ms.

OpcUa_UInt32 _UaServer_Configuration::uNoOfUserTokenPolicy

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


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