|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Microsoft Configuration Block and Enterprise Library Toolis create a new configuration area where I can store settings much like I would do in the app.config or web.config. e.g. <UserName>Administrator</UserName> <Password>MyAdminPass</Password> I would like to encrypt the information hence my reason for using the Configuration Block. Has anyone got a nice easy step by step example on what I want to achieve above? I looked at the quickstarts and can't quite believe that I would have to write my own classes to read and write to the .config file? It looked total overkill for what I wanted to do above! Thanks Mark |
|||||||||||||||||||||||