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