1 write to _channelBinding
Microsoft.AspNetCore.Authentication.Negotiate (1)
Internal\NegotiateState.cs (1)
19_channelBinding = channelBindingToken.IsEmpty ? null : new NegotiateChannelBinding(channelBindingToken);
4 references to _channelBinding
Microsoft.AspNetCore.Authentication.Negotiate (4)
Internal\NegotiateState.cs (4)
23var serverOptions = _channelBinding is null 25: new NegotiateAuthenticationServerOptions { Binding = _channelBinding }; 31_channelBinding?.Dispose(); 90_channelBinding?.Dispose();