Encrypting app.config File

前端 未结 7 1281
天命终不由人
天命终不由人 2020-11-28 08:56

I have an app.config file that I need to distribute with my application. It was created because of a Service Reference to an ASMX web service I added.

It isn\'t a h

相关标签:
7条回答
  • 2020-11-28 09:38

    It isn't a huge deal if this file is modified/viewed...

    In that case, what is the security for?

    You can programmatically encrypt sections of a config file with SectionInformation.ProtectSection.

    0 讨论(0)
提交回复
热议问题