1 write to _channelBinding
System.Net.Security (1)
System\Net\NegotiateAuthenticationPal.ManagedNtlm.cs (1)
292_channelBinding = clientOptions.Binding;
3 references to _channelBinding
System.Net.Security (3)
System\Net\NegotiateAuthenticationPal.ManagedNtlm.cs (3)
485if (_channelBinding != null) 488IntPtr cbtData = (nint)_channelBinding.DangerousGetHandle() + appDataOffset; 489int cbtDataSize = _channelBinding.Size - appDataOffset;