Implemented interface member:
method
SignInAsync
Microsoft.AspNetCore.Authentication.IAuthenticationService.SignInAsync(Microsoft.AspNetCore.Http.HttpContext, System.String, System.Security.Claims.ClaimsPrincipal, Microsoft.AspNetCore.Authentication.AuthenticationProperties)
2 references to SignInAsync
Microsoft.AspNetCore.Authentication.Test (2)
AuthenticationMetricsTest.cs (2)
242await authenticationService.SignInAsync(httpContext, scheme: "custom", new ClaimsPrincipal(), properties: null); 268var ex = await Assert.ThrowsAsync<InvalidOperationException>(() => authenticationService.SignInAsync(httpContext, scheme: "custom", new ClaimsPrincipal(), properties: null));