How to use Windows Authentication in Windows Application?

Posted by user144842 on Stack Overflow See other posts from Stack Overflow or by user144842
Published on 2010-05-25T14:07:46Z Indexed on 2010/05/25 14:11 UTC
Read the original article Hit count: 218

How to use windows authentication (local machine administrator user) in windows application written in c#.

Need is whenever user opens my windows application GUI, it should authenticate local administrator credentials even if User is logged in as Administrator there.

Please help.

Is this windows Impersonation?

© Stack Overflow or respective owner

Related posts about c#

Related posts about best-practices