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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes Namespace > _UAPubSubGroupElement Interface : 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
 
<ElementsNotNullAttribute()>
<NotNullAttribute()>
Property SecurityKeyServices As UADiscoveryElementCollection
'Usage
 
Dim instance As _UAPubSubGroupElement
Dim value As UADiscoveryElementCollection
 
instance.SecurityKeyServices = value
 
value = instance.SecurityKeyServices
[ElementsNotNull()]
[NotNull()]
UADiscoveryElementCollection SecurityKeyServices {get; set;}
[ElementsNotNull()]
[NotNull()]
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