IdentityFactoryProvider<T> Class
Represents a class that is used to configure how the IdentityFactoryMiddleware will create an instance of the specified type for each OwinContext.
Assembly: Microsoft.AspNet.Identity.Owin (in Microsoft.AspNet.Identity.Owin.dll)
| Name | Description | |
|---|---|---|
![]() | IdentityFactoryProvider<T>() | Initializes a new instance of the IdentityFactoryProvider<T> class. |
| Name | Description | |
|---|---|---|
![]() | Create(IdentityFactoryOptions<T>, IOwinContext) | Calls the OnCreate delegate. |
![]() | Dispose(IdentityFactoryOptions<T>, T) | Calls the OnDispose delegate. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | 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.
Show:


