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