Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Hello Everyone,

 

I'm trying to store and retreive values that are wrapped inside a .DLL. Reading works fine - it's the writing that doesn't. Basically I wanted to use this .DLL the store application configuration valaus that could be updated and modified.

 

I stored the values in private variables and have properties in the .DLL that can alter and retreive the value. The problem is that the value is not being retained. This dll will be read by the application and by a service installed on the local node.

 

Thus, I went to use app.config- but it is in readible format and I am storing sensitive information.

 

So the question, does anyone know a way to either store the values in a .DLL without recompiling, mask the information in the app.config so it is illegible or some other means of doing this.

 

My last resort is a standard .ini file with encryption - which I wanted to veer away from.

 

thanks in advance.

 

inzo

he who forgets will be destined to remember... (E.Vedder)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...