It always says HttpContext not include the define of GetOwinContext(),I try to download the .net core owin but I don't know how to implement the same function. The code belows can be complied in asp.net 5 .
private IAuthenticationManager AuthenticationManager
{
get
{
return HttpContext.GetOwinContext().Authentication;
}
}
There is no GetOwinContext()
for Asp.Net core. Use HttpContext.Authentication
instead.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With