3 references to GetCurrent
System.Runtime.Remoting (1)
channels\ipc\portcache.cs (1)
100WindowsIdentity currentId = WindowsIdentity.GetCurrent(true/*ifImpersonating*/);
System.ServiceModel (1)
System\ServiceModel\Channels\FramingChannels.cs (1)
452this.identityToImpersonate = WindowsIdentity.GetCurrent(true);
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\MessageRpc.cs (1)
55this.windowsIdentity = WindowsIdentity.GetCurrent(true);