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