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