How could i encrypt .ini file and read data from the app while it's encrypted? iam using that could to read

public string ReadString(string Section, string Key)
        {
            return this.ReadString(Section, Key, "", 400);
        }
有帮助吗?

解决方案

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