1 write to windowsIdentity
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\MessageRpc.cs (1)
55
this.
windowsIdentity
= WindowsIdentity.GetCurrent(true);
5 references to windowsIdentity
System.ServiceModel.Routing (5)
System\ServiceModel\Routing\MessageRpc.cs (5)
58
if (this.
windowsIdentity
== null || this.
windowsIdentity
.ImpersonationLevel != TokenImpersonationLevel.Impersonation)
94
get { return this.
windowsIdentity
!= null; }
253
if (messageRpc.
windowsIdentity
!= null)
255
this.impersonation = messageRpc.
windowsIdentity
.Impersonate();