OwinContextExtensions Class

 

Represents extension methods for OwinContext.

Namespace:   Microsoft.AspNet.Identity.Owin
Assembly:  Microsoft.AspNet.Identity.Owin (in Microsoft.AspNet.Identity.Owin.dll)

System.Object
  Microsoft.AspNet.Identity.Owin.OwinContextExtensions

public static class OwinContextExtensions

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticGet<T>(IOwinContext)

Retrieves an object from the OwinContext using a key based on the AssemblyQualified type name.

System_CAPS_pubmethodSystem_CAPS_staticGetUserManager<TManager>(IOwinContext)

Gets the user manager from the context.

System_CAPS_pubmethodSystem_CAPS_staticSet<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.

Return to top
Show: