3 implementations of GetIdentity
Microsoft.AspNetCore.Authentication.Negotiate (1)
Internal\NegotiateState.cs (1)
60public IIdentity GetIdentity()
Microsoft.AspNetCore.Authentication.Negotiate.Test (2)
EventTests.cs (1)
516public IIdentity GetIdentity()
NegotiateHandlerTests.cs (1)
540public IIdentity GetIdentity()
1 reference to GetIdentity
Microsoft.AspNetCore.Authentication.Negotiate (1)
NegotiateHandler.cs (1)
321var identity = _negotiateState.GetIdentity();