QuickOPC User's Guide and Reference
ExportSecuredApplication Method (IEasyUAClientApplication)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Application Namespace > IEasyUAClientApplication Interface : ExportSecuredApplication Method
The name of the file into which the settings will be exported.
Exports the security settings of the OPC UA application into an XML file.
Syntax
'Declaration
 
Sub ExportSecuredApplication( _
   ByVal filePath As String _
) 
'Usage
 
Dim instance As IEasyUAClientApplication
Dim filePath As String
 
instance.ExportSecuredApplication(filePath)
void ExportSecuredApplication( 
   string filePath
)
void ExportSecuredApplication( 
   String^ filePath
) 

Parameters

filePath
The name of the file into which the settings will be exported.
Remarks

If the specified file does not exist, it is created; if it does exist and it is not read-only, the contents are overwritten.

This method exports the security settings in the format described in OPC UA Specification Part 6, Annex "Security settings management". The file conforms to the SecuredApplication schema.

Requirements

Target Platforms: .NET Framework: Windows 7 with SP1, Windows Server 2012; .NET Core: Linux, Microsoft Windows

See Also

Reference

IEasyUAClientApplication Interface
IEasyUAClientApplication Members