문제

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