1 implementation of CreateInstance
Microsoft.AspNetCore.Authentication.Negotiate (1)
Internal\NegotiateStateFactory.cs (1)
8public INegotiateState CreateInstance()
1 reference to CreateInstance
Microsoft.AspNetCore.Authentication.Negotiate (1)
NegotiateHandler.cs (1)
135_negotiateState ??= Options.StateFactory.CreateInstance();