I am a newbie in ASP.NET, and currently learning ASP.NET Identity. I know it\'s built on top of OWIN implementation by Microsoft, and I am also still learning that too. So,
you may use typeof to get the name like this:
typeof
HttpContext.GetOwinContext().Get(typeof(ApplicationDbContext).ToString());