In the .net framework, I want to store some info inside of a component. Assuming that info isnt publicly exposed as a property, is it secure? Can someone see exactly HOW a component/control is configured? (with regards to the properties panel)
Short of decompiling, is there any way this could be insecure? I know it isn't the most secure thing to do anyway, but it is basically my only option.
For example, I create a simple winforms app which has my component in it. The component contains information to ensure that the winforms app is the app that it says it is, almost like a password. Would using this method be insecure? How hard would it be for someone to find out that "password"?