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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes Namespace > _UAPubSubGroupElement Interface : SecurityMode Property
Indicates the level of security applied to the network messages published by a writer group or received by a reader group.
Syntax
'Declaration
 
Property SecurityMode As UAMessageSecurityModes
'Usage
 
Dim instance As _UAPubSubGroupElement
Dim value As UAMessageSecurityModes
 
instance.SecurityMode = value
 
value = instance.SecurityMode
UAMessageSecurityModes SecurityMode {get; set;}
property UAMessageSecurityModes SecurityMode {
   UAMessageSecurityModes get();
   void set (    UAMessageSecurityModes 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