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



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.ComTypes Namespace > _ServerDescriptor Interface : NetworkSecurity Property
Security settings used when connecting to the endpoint.
Syntax
'Declaration
 
<NotNullAttribute()>
Property NetworkSecurity As NetworkSecurity
'Usage
 
Dim instance As _ServerDescriptor
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