1 write to Properties
Microsoft.AspNetCore.Http.Results (1)
SignOutHttpResult.cs (1)
56
Properties
= properties;
2 references to Properties
Microsoft.AspNetCore.Http.Results (2)
SignOutHttpResult.cs (2)
82
await httpContext.SignOutAsync(
Properties
);
88
await httpContext.SignOutAsync(AuthenticationSchemes[i],
Properties
);