'Usage
Dim instance As IEasyUAApplication Dim stream As Stream instance.ExportRegisteredApplication(stream)
Parameters
- stream
- The stream into which the data will be exported.
'Usage
Dim instance As IEasyUAApplication Dim stream As Stream instance.ExportRegisteredApplication(stream)
Exception | Description |
---|---|
System.ArgumentNullException | A null reference (Nothing in Visual Basic) is passed to a method that does not accept it as a valid argument. |
OpcLabs.EasyOpc.UA.OperationModel.UAException | The OPC UA operation has failed. |
This method exports the security settings in the format used by the GDS client from OPC Foundation (Windows desktop sample). It uses the RegisteredApplication schema (which is not part of the OPC UA standard).