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