gpt4 book ai didi

c# - GetOwinContext 在 ASP.NET Core 中不起作用

转载 作者:行者123 更新时间:2023-12-02 02:11:34 25 4
gpt4 key购买 nike

它总是说HttpContext不包含GetOwinContext()的定义,我尝试下载.net core owin,但我不知道如何实现相同的功能。下面的代码可以在asp.net 5中编译。

private IAuthenticationManager AuthenticationManager
{
get
{
return HttpContext.GetOwinContext().Authentication;
}
}

最佳答案

Asp.Net core 没有 GetOwinContext()。请改用 HttpContext.Authentication

关于c# - GetOwinContext 在 ASP.NET Core 中不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39032627/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com