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



View with Navigation Tools
OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.Configuration Namespace > UAPubSubGroupElement Class : 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
 
<DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
<DisplayAttribute(AutoGenerateField=True, 
   Order=201, 
   ShortName="Security Mode")>
Public Property SecurityMode As UAMessageSecurityModes
 
'Usage
 
Dim instance As UAPubSubGroupElement
Dim value As UAMessageSecurityModes
 
instance.SecurityMode = value
 
value = instance.SecurityMode
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