3 implementations of INegotiateState
Microsoft.AspNetCore.Authentication.Negotiate (1)
Internal\NegotiateState.cs (1)
10internal sealed class NegotiateState : INegotiateState
Microsoft.AspNetCore.Authentication.Negotiate.Test (2)
EventTests.cs (1)
488private class TestNegotiateState : INegotiateState
NegotiateHandlerTests.cs (1)
512private class TestNegotiateState : INegotiateState
6 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; 427internal INegotiateState? State { get; set; }
Microsoft.AspNetCore.Authentication.Negotiate.Test (2)
EventTests.cs (1)
485public INegotiateState CreateInstance() => new TestNegotiateState();
NegotiateHandlerTests.cs (1)
509public INegotiateState CreateInstance() => new TestNegotiateState();