I've developed a click once application I'd like to protect using Agile.net .net obfuscator, what would be the proper way to protect click once assemblies, and then package them so that they can be deployed as click once applications.

Any help on this matter is appreciated.

有帮助吗?

解决方案

Starting v6.3 Agile.net obfuscator accepts click once deployment manifest as inputs. This means you can add your .application as a direct input to Agile.net obfuscator and it will read it and list all assemblies inside the project file.

You can then set your protection configuration, process your assemblies and resign them.

The result a protected click once package that can be deployed to your clients.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top