QuickOPC User's Guide and Reference
NoMessageSecurity Property



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Engine Namespace > UAEndpointSelectionPolicy Class : NoMessageSecurity Property
Endpoint selection policy that allows only connections with no message security.
Syntax
'Declaration
 
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
<NotNullAttribute()>
Public Shared ReadOnly Property NoMessageSecurity As UAEndpointSelectionPolicy
'Usage
 
Dim value As UAEndpointSelectionPolicy
 
value = UAEndpointSelectionPolicy.NoMessageSecurity
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
public static UAEndpointSelectionPolicy NoMessageSecurity {get;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
public:
static property UAEndpointSelectionPolicy^ NoMessageSecurity {
   UAEndpointSelectionPolicy^ get();
}
Remarks

Some connections with no message security can still be secure to some extent, e.g. when the security is provided by the transport (e.g. HTTPS).

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