Share via


IdentityFactoryProvider<T>.Create Method (IdentityFactoryOptions<T>, IOwinContext)

 

Calls the OnCreate delegate.

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

Syntax

public virtual T Create(
    IdentityFactoryOptions<T> options,
    IOwinContext context
)
public:
virtual T Create(
    IdentityFactoryOptions<T>^ options,
    IOwinContext^ context
)
abstract Create : 
        options:IdentityFactoryOptions<'T> *
        context:IOwinContext -> 'T
override Create : 
        options:IdentityFactoryOptions<'T> *
        context:IOwinContext -> 'T
Public Overridable Function Create (
    options As IdentityFactoryOptions(Of T),
    context As IOwinContext
) As T

Parameters

Return Value

Type: T

The called delegate.

Implements

IIdentityFactoryProvider<T>.Create(IdentityFactoryOptions<T>, IOwinContext)

See Also

IdentityFactoryProvider<T> Class
Microsoft.AspNet.Identity.Owin Namespace
ASP.NET Identity

Return to top