1 implementation of INegotiateState
Microsoft.AspNetCore.Authentication.Negotiate (1)
Internal\NegotiateState.cs (1)
11internal sealed class NegotiateState : INegotiateState
4 references to INegotiateState
Microsoft.AspNetCore.Authentication.Negotiate (4)
Internal\INegotiateStateFactory.cs (1)
9INegotiateState CreateInstance(ReadOnlyMemory<byte> channelBindingToken);
Internal\NegotiateStateFactory.cs (1)
8public INegotiateState CreateInstance(ReadOnlyMemory<byte> channelBindingToken)
NegotiateHandler.cs (2)
30private INegotiateState? _negotiateState; 441internal INegotiateState? State { get; set; }