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