Share via


IdentityFactoryMiddleware<TResult, TOptions> Constructor (OwinMiddleware, TOptions)

 

Initializes a new instance of the IdentityFactoryMiddleware<TResult, TOptions> class.

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

Syntax

public IdentityFactoryMiddleware(
    OwinMiddleware next,
    TOptions options
)
public:
IdentityFactoryMiddleware(
    OwinMiddleware^ next,
    TOptions options
)
new : 
        next:OwinMiddleware *
        options:'TOptions -> IdentityFactoryMiddleware
Public Sub New (
    next As OwinMiddleware,
    options As TOptions
)

Parameters

  • options
    Type: TOptions

    The configuration options for the middleware.

See Also

IdentityFactoryMiddleware<TResult, TOptions> Class
Microsoft.AspNet.Identity.Owin Namespace
ASP.NET Identity

Return to top