1 write to _impersonationLevel
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\WindowsStreamSecurityUpgradeProvider.cs (1)
135
(_credential,
_impersonationLevel
, _allowNtlm) = await WindowsStreamTransportSecurityHelpers.GetSspiCredentialAsync(_clientTokenProvider, timeoutHelper.RemainingTime());
1 reference to _impersonationLevel
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\WindowsStreamSecurityUpgradeProvider.cs (1)
182
await negotiateStream.AuthenticateAsClientAsync(_credential, targetName, _parent.ProtectionLevel,
_impersonationLevel
);