QuickOPC User's Guide and Reference
NetworkSecurity Property (_UAEndpointDescriptor)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.ComTypes Namespace > _UAEndpointDescriptor Interface : NetworkSecurity Property
Security settings used when connecting to the endpoint.
Syntax
'Declaration
 
<NotNullAttribute()>
Property NetworkSecurity As NetworkSecurity
'Usage
 
Dim instance As _UAEndpointDescriptor
Dim value As NetworkSecurity
 
instance.NetworkSecurity = value
 
value = instance.NetworkSecurity
[NotNull()]
NetworkSecurity NetworkSecurity {get; set;}
[NotNull()]
property NetworkSecurity^ NetworkSecurity {
   NetworkSecurity^ get();
   void set (    NetworkSecurity^ 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