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