1 write to AuthenticationScheme
Microsoft.AspNetCore.Mvc.Core (1)
SignInResult.cs (1)
58AuthenticationScheme = authenticationScheme;
2 references to AuthenticationScheme
Microsoft.AspNetCore.Mvc.Core (2)
SignInResult.cs (2)
85Log.SignInResultExecuting(logger, AuthenticationScheme, Principal); 87return httpContext.SignInAsync(AuthenticationScheme, Principal, Properties);