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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.Configuration Namespace > UAPubSubGroupElement Class : SecurityKeyServices Property
Defines one or more security key servers (SKS) that manage the security keys for the security group assigned to the PubSub group.
Syntax
'Declaration
 
<DisplayAttribute(AutoGenerateField=False, 
   Order=202, 
   ShortName="Security Key Services")>
Public Property SecurityKeyServices As UADiscoveryElementCollection
'Usage
 
Dim instance As UAPubSubGroupElement
Dim value As UADiscoveryElementCollection
 
instance.SecurityKeyServices = value
 
value = instance.SecurityKeyServices
[Display(AutoGenerateField=false, 
   Order=202, 
   ShortName="Security Key Services")]
public UADiscoveryElementCollection SecurityKeyServices {get; set;}
[Display(AutoGenerateField=false, 
   Order=202, 
   ShortName="Security Key Services")]
public:
property UADiscoveryElementCollection^ SecurityKeyServices {
   UADiscoveryElementCollection^ get();
   void set (    UADiscoveryElementCollection^ 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