AuthenticationMiddleware<TOptions> Constructor (OwinMiddleware, TOptions)

 

Initializes a new instance of the AuthenticationMiddleware<TOptions> class.

Namespace:   Microsoft.Owin.Security.Infrastructure
Assembly:  Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)

Syntax

protected AuthenticationMiddleware(
    OwinMiddleware next,
    TOptions options
)
protected:
AuthenticationMiddleware(
    OwinMiddleware^ next,
    TOptions options
)
new : 
        next:OwinMiddleware *
        options:'TOptions -> AuthenticationMiddleware
Protected Sub New (
    next As OwinMiddleware,
    options As TOptions
)

Parameters

  • options
    Type: TOptions

    The authentication options.

See Also

AuthenticationMiddleware<TOptions> Class
Microsoft.Owin.Security.Infrastructure Namespace

Return to top