Possible ways to keep XP admin password encrypted using c#

Posted by srk on Stack Overflow See other posts from Stack Overflow or by srk
Published on 2010-06-09T08:47:01Z Indexed on 2010/06/09 9:12 UTC
Read the original article Hit count: 170

Filed under:

My application runs on windows XP restricted user account. The application needs Domain Name, Admin User ID, Admin Password in order to work out with Impersonation class for executing some piece of code with admin privileges. The Admin will also change the Password every 90 days.

Due to security reasons, i cannot maintain the admin credentials in my app.config file.

What else would be best idea ?

© Stack Overflow or respective owner

Related posts about c#