EasyUA Reference
GetUaConfiguration Method
See Also  Send Feedback
EasyUA Assembly > Advosol.EasyUA Namespace > ConfigUtils Class : GetUaConfiguration Method

configFileName
The path name of the XML UA configuration file.

Glossary Item Box

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 (Usage)Copy Code
Dim configFileName As String
Dim value As ApplicationConfiguration
 
value = ConfigUtils.GetUaConfiguration(configFileName)
C# 
public static ApplicationConfiguration GetUaConfiguration( 
   string configFileName
)

Parameters

configFileName
The path name of the XML UA configuration file.

Return Value

The UA configuration loaded from the XML file.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.