private IAuthenticationManager AuthenticationManager {get {return HttpContext.GetOwinContext (). Authentication }}
I get an error: "System.Web.HttpContextBase" does not contain a definition for "GetOwinContext" and the extension method "GetOwinContext" cannot be found that takes the first argument of the type "System.Web.HttpContextBase" (you do not have a using directive or a link to assembly?) What could be wrong?
asp.net-mvc identity
Soner
source share