Quantcast
Channel: How to impersonate another Windows user, when using Windows authentication? - Stack Overflow
Viewing all articles
Browse latest Browse all 3

Answer by Rubens Farias for How to impersonate another Windows user, when using Windows authentication?

$
0
0

You can create an interface to accept your user login info and to create a new crdential with this:

NetworkCredential credentials = new NetworkCredential("username", "password");

And use this credential to access your secured resource.


Viewing all articles
Browse latest Browse all 3

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>