3 references to SignIn
Microsoft.AspNetCore.Http.Results.Tests (3)
ResultsTests.cs (3)
459
var result = Results.
SignIn
(principal, properties, authenticationSchemes?.First()) as SignInHttpResult;
478
Assert.Throws<ArgumentNullException>("principal", () => Results.
SignIn
(null));
1774
(() => Results.
SignIn
(new(), null, null), typeof(SignInHttpResult)),