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?