OwinContextExtensions Class
Represents extension methods for OwinContext.
Assembly: Microsoft.AspNet.Identity.Owin (in Microsoft.AspNet.Identity.Owin.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Get<T>(IOwinContext) | Retrieves an object from the OwinContext using a key based on the AssemblyQualified type name. |
![]() ![]() | GetUserManager<TManager>(IOwinContext) | Gets the user manager from the context. |
![]() ![]() | Set<T>(IOwinContext, T) | Stores an object in the OwinContext using a key based on the AssemblyQualified type name. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

