Load the UA configuration settings for this UA client application from the XML file.
The method is provided to give the application simple access to the configuration settings. E.g. access to the certificate settings can be used to manage the certificates.
Syntax
Visual Basic (Declaration) | |
---|
Public Shared Function GetUaConfiguration( _
ByVal configFileName As String _
) As Opc.Ua.ApplicationConfiguration
|
Parameters
- configFileName
- The path name of the XML configuration file.
Return Value
The UA configuration loaded from the XML file.
Requirements
Target Platforms: Windows 7/8/10, Windows Server 2008/2012/2016, .NET 4.7.2
See Also