IdentityFactoryMiddleware<TResult, TOptions> Class
Represents an OWIN middleware that initializes an object for use in the OWIN context via the get/set generic extensions method.
Assembly: Microsoft.AspNet.Identity.Owin (in Microsoft.AspNet.Identity.Owin.dll)
Microsoft.Owin.OwinMiddleware
Microsoft.AspNet.Identity.Owin.IdentityFactoryMiddleware<TResult, TOptions>
| Name | Description | |
|---|---|---|
![]() | IdentityFactoryMiddleware<TResult, TOptions>(OwinMiddleware, TOptions) | Initializes a new instance of the IdentityFactoryMiddleware<TResult, TOptions> class. |
| Name | Description | |
|---|---|---|
![]() | Next | (Inherited from OwinMiddleware.) |
![]() | Options | Gets or sets the configuration options for the middleware. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | Invoke(IOwinContext) | Creates an object using the Options.Provider, storing it in the OwinContext and then disposes the object when finished.(Overrides OwinMiddleware.Invoke(IOwinContext).) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



