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