1 implementation of GetIdentity
Microsoft.AspNetCore.Authentication.Negotiate (1)
Internal\NegotiateState.cs (1)
60
public IIdentity
GetIdentity
()
1 reference to GetIdentity
Microsoft.AspNetCore.Authentication.Negotiate (1)
NegotiateHandler.cs (1)
324
var identity = _negotiateState.
GetIdentity
();