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.
Visual Basic (Declaration) | |
---|---|
Public Shared Function GetUaConfiguration( _ ByVal configFileName As String _ ) As Opc.Ua.ApplicationConfiguration |
C# | |
---|---|
public static Opc.Ua.ApplicationConfiguration GetUaConfiguration( string configFileName ) |
Parameters
- configFileName
- The path name of the XML configuration file.
Return Value
The UA configuration loaded from the XML file.Target Platforms: Windows 7/8/10, Windows Server 2008/2012/2016, .NET 4.x