<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Making an Asynchronous Call using the Impersonation Identity</title><link>http://blogs.msdn.com/tom/archive/2008/04/22/making-an-asynchronous-call-using-the-impersonation-identity.aspx</link><description>If you try to make an asynchronous call, you will notice that the thread that executes the call doesn't run under the same account as the thread that called it, assuming you are using impersonation. There are a number of ways to change this if you would</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Making an Asynchronous Call using the Impersonation Identity</title><link>http://blogs.msdn.com/tom/archive/2008/04/22/making-an-asynchronous-call-using-the-impersonation-identity.aspx#8417836</link><pubDate>Wed, 23 Apr 2008 05:58:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8417836</guid><dc:creator>DotNetKicks.com</dc:creator><description>&lt;p&gt;You've been kicked (a good thing) - Trackback from DotNetKicks.com&lt;/p&gt;
</description></item><item><title>Making an Asynchronous Call using the Impersonation Identity</title><link>http://blogs.msdn.com/tom/archive/2008/04/22/making-an-asynchronous-call-using-the-impersonation-identity.aspx#8419054</link><pubDate>Wed, 23 Apr 2008 16:40:34 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8419054</guid><dc:creator>Useful IIS/ASP.NET Information provided by Microsoft Support Teams</dc:creator><description>&lt;p&gt;Have you ever wanted to make an asynchronous call but use the credentials of the user that is browsing&lt;/p&gt;
</description></item><item><title>re: Making an Asynchronous Call using the Impersonation Identity</title><link>http://blogs.msdn.com/tom/archive/2008/04/22/making-an-asynchronous-call-using-the-impersonation-identity.aspx#8419566</link><pubDate>Wed, 23 Apr 2008 21:19:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8419566</guid><dc:creator>dominick</dc:creator><description>&lt;p&gt;Hey, &lt;/p&gt;
&lt;p&gt;method 3 uses protocol transition - thats ony available on Server 2003+ in 2003+ level AD domains.&lt;/p&gt;
&lt;p&gt;Also the impersonation token you get from this technique cannot be used to access local resources (unless you run as SYSTEM). Remote resources can only be accessed using constrained delegation (with the 'any authentication protocol' option). fyi.&lt;/p&gt;</description></item><item><title>re: Making an Asynchronous Call using the Impersonation Identity</title><link>http://blogs.msdn.com/tom/archive/2008/04/22/making-an-asynchronous-call-using-the-impersonation-identity.aspx#8419576</link><pubDate>Wed, 23 Apr 2008 21:26:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8419576</guid><dc:creator>Tom</dc:creator><description>&lt;p&gt;Dominick,&lt;/p&gt;
&lt;p&gt;Thanks for this info. &amp;nbsp;If you require these limitations to be lifted, you can use the LogonUser API from the first link referenced in the Additional Information.&lt;/p&gt;
</description></item><item><title>re: Making an Asynchronous Call using the Impersonation Identity</title><link>http://blogs.msdn.com/tom/archive/2008/04/22/making-an-asynchronous-call-using-the-impersonation-identity.aspx#8419645</link><pubDate>Wed, 23 Apr 2008 22:04:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8419645</guid><dc:creator>dominick</dc:creator><description>&lt;p&gt;Hi, &lt;/p&gt;
&lt;p&gt;it was just a fyi. Method 3 will not work for the most cases.&lt;/p&gt;
&lt;p&gt;...and LogonUser would require a password ;)&lt;/p&gt;</description></item></channel></rss>