1 implementation of CreateInstance
Microsoft.AspNetCore.Authentication.Negotiate (1)
Internal\NegotiateStateFactory.cs (1)
8public INegotiateState CreateInstance(ReadOnlyMemory<byte> channelBindingToken)
1 reference to CreateInstance
Microsoft.AspNetCore.Authentication.Negotiate (1)
NegotiateHandler.cs (1)
134_negotiateState ??= Options.StateFactory.CreateInstance(GetChannelBindingToken());