IIdentityFactoryProvider<T> Interface

 

Provides methods used to create objects per request.

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

public interface IIdentityFactoryProvider<T>
where T : IDisposable

Type Parameters

T

The type of the object to create.

NameDescription
System_CAPS_pubmethodCreate(IdentityFactoryOptions<T>, IOwinContext)

Creates an object.

System_CAPS_pubmethodDispose(IdentityFactoryOptions<T>, T)

Releases all resources used by the specified object.

Return to top
Show: