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)
485
if (
_channelBinding
!= null)
488
IntPtr cbtData = (nint)
_channelBinding
.DangerousGetHandle() + appDataOffset;
489
int cbtDataSize =
_channelBinding
.Size - appDataOffset;