1 write to identityToImpersonate
System.ServiceModel (1)
System\ServiceModel\Channels\FramingChannels.cs (1)
452this.identityToImpersonate = WindowsIdentity.GetCurrent(true);
1 reference to identityToImpersonate
System.ServiceModel (1)
System\ServiceModel\Channels\FramingChannels.cs (1)
535channel.MessageEncoder.ContentType, this.identityToImpersonate, timeoutHelper, onUpgrade, this);