.NET Based OPC UA Client/Server SDK  3.3.0.530
Setting File Permissions With SDK

Table of Contents

Overview

The SDKs install process provides an implementation to configure the file permissions of files handled by the SDK. These implementation is enabled by default.

Warning
In case of this implementation is outdated and may cause issues, we recommend to not to use it.

As shown in our DemoServer application, the DisableSetFilePermissions property in InstallationSettings should be set to true.

If you still want to use the possibility to set the file permissions within the install process, you can override the virtual SetFilePermissions() method in the ApplicationInstance class to implement your own file permission rules. While DisableSetFilePermissions is set to false this method will be called in the install process.