- Mar 23, 2001
- 2,896
- 2
- 81
I'm looking to develop a set of windows applications for our department and I want to limit their use to only authorized users.
I have written the first one and it includes authentication etc.
I started work on the second one and began to add the authentication to it as well, when it dawned on me that someone wanting to run both, would have to login twice, once with each app.
Is there a way to "share" authentication information between windows apps? So if I login to app 1, and then launch app 2, app 2 can see I'm logged in and not prompt for it?
Edit: I'm using Visual Studio/C#
I have written the first one and it includes authentication etc.
I started work on the second one and began to add the authentication to it as well, when it dawned on me that someone wanting to run both, would have to login twice, once with each app.
Is there a way to "share" authentication information between windows apps? So if I login to app 1, and then launch app 2, app 2 can see I'm logged in and not prompt for it?
Edit: I'm using Visual Studio/C#
