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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub Namespace > UAPubSubCommunicationParameters Class : SecurityKeyServices Property
Defines one or more security key servers (SKS) that manage the security keys.
Syntax
'Declaration
 
Public Property SecurityKeyServices As UAEndpointDescriptorCollection
'Usage
 
Dim instance As UAPubSubCommunicationParameters
Dim value As UAEndpointDescriptorCollection
 
instance.SecurityKeyServices = value
 
value = instance.SecurityKeyServices
public UAEndpointDescriptorCollection SecurityKeyServices {get; set;}
public:
property UAEndpointDescriptorCollection^ SecurityKeyServices {
   UAEndpointDescriptorCollection^ get();
   void set (    UAEndpointDescriptorCollection^ value);
}
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