1 write to AuthenticationScheme
Microsoft.AspNetCore.Http.Results (1)
SignInHttpResult.cs (1)
36
AuthenticationScheme
= authenticationScheme;
4 references to AuthenticationScheme
Microsoft.AspNetCore.Http.Results (2)
SignInHttpResult.cs (2)
64
Log.SignInResultExecuting(logger,
AuthenticationScheme
, Principal);
66
return httpContext.SignInAsync(
AuthenticationScheme
, Principal, Properties);
Microsoft.AspNetCore.Http.Results.Tests (2)
ResultsTests.cs (1)
464
Assert.Equal(authenticationSchemes?.First(), result.
AuthenticationScheme
);
TypedResultsTests.cs (1)
474
Assert.Equal(authenticationSchemes?.First(), result.
AuthenticationScheme
);