1 write to identityToImpersonate
System.ServiceModel (1)
System\ServiceModel\Channels\FramingChannels.cs (1)
1222this.identityToImpersonate = identityToImpersonate;
2 references to identityToImpersonate
System.ServiceModel (2)
System\ServiceModel\Channels\FramingChannels.cs (2)
1293WindowsImpersonationContext impersonationContext = (this.identityToImpersonate == null) ? null : this.identityToImpersonate.Impersonate();