1 implementation of INegotiateState
Microsoft.AspNetCore.Authentication.Negotiate (1)
Internal\NegotiateState.cs (1)
10internal sealed class NegotiateState : INegotiateState
4 references to INegotiateState
Microsoft.AspNetCore.Authentication.Negotiate (4)
Internal\INegotiateStateFactory.cs (1)
9INegotiateState CreateInstance();
Internal\NegotiateStateFactory.cs (1)
8public INegotiateState CreateInstance()
NegotiateHandler.cs (2)
28private INegotiateState? _negotiateState; 430internal INegotiateState? State { get; set; }