Pregunta

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);
        }
¿Fue útil?

Solución

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top