QuickOPC User's Guide and Reference
TestingInsecure Property (UAConnectivityConfiguration)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Connectivity Namespace > UAConnectivityConfiguration Class : TestingInsecure Property
Configuration for testing. This configuration is not secure!
Syntax
'Declaration
 
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
<NotNullAttribute()>
Public Shared ReadOnly Property TestingInsecure As UAConnectivityConfiguration
'Usage
 
Dim value As UAConnectivityConfiguration
 
value = UAConnectivityConfiguration.TestingInsecure
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
public static UAConnectivityConfiguration TestingInsecure {get;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
public:
static property UAConnectivityConfiguration^ TestingInsecure {
   UAConnectivityConfiguration^ get();
}
Remarks
Accepts any certificate.
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