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)
23
var serverOptions =
_channelBinding
is null
25
: new NegotiateAuthenticationServerOptions { Binding =
_channelBinding
};
31
_channelBinding
?.Dispose();
90
_channelBinding
?.Dispose();