1 write to tokenHandle
System.ServiceModel (1)
System\ServiceModel\Dispatcher\SecurityImpersonationBehavior.cs (1)
525
this.
tokenHandle
= tokenHandle;
2 references to tokenHandle
System.ServiceModel (2)
System\ServiceModel\Dispatcher\SecurityImpersonationBehavior.cs (2)
536
if (!SafeNativeMethods.SetCurrentThreadToken(IntPtr.Zero, this.
tokenHandle
))
542
tokenHandle
.Close();