QuickOPC User's Guide and Reference
SecurityKeyServices Property (UAPubSubConfigurationElement)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.Configuration Namespace > UAPubSubConfigurationElement Class : SecurityKeyServices Property
Defines one or more security key servers (SKS) that manage the security keys for the PubSub configuration.
Syntax
'Declaration
 
Public Property SecurityKeyServices As UADiscoveryElementCollection
'Usage
 
Dim instance As UAPubSubConfigurationElement
Dim value As UADiscoveryElementCollection
 
instance.SecurityKeyServices = value
 
value = instance.SecurityKeyServices
public UADiscoveryElementCollection SecurityKeyServices {get; set;}
public:
property UADiscoveryElementCollection^ SecurityKeyServices {
   UADiscoveryElementCollection^ get();
   void set (    UADiscoveryElementCollection^ value);
}
Remarks

Corresponds to DefaultSecurityKeyServices on the PubSub configuration in the OPC UA specification: "The default SecurityKeyServices used for the PubSub configuration. The value is as default if not overwritten in the groups or DataSetReaders. "

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also