2 references to ImpersonateAnonymousUserOnCurrentThread
System.ServiceModel (2)
System\ServiceModel\ComIntegration\ComPlusAuthorization.cs (1)
105
if (!SafeNativeMethods.
ImpersonateAnonymousUserOnCurrentThread
(SafeNativeMethods.GetCurrentThread()))
System\ServiceModel\Dispatcher\SecurityImpersonationBehavior.cs (1)
507
if (!SafeNativeMethods.
ImpersonateAnonymousUserOnCurrentThread
(threadHandle))