Share via


WsFederationAuthenticationMiddleware Constructor (OwinMiddleware, IAppBuilder, WsFederationAuthenticationOptions)

 

Initializes a WsFederationAuthenticationMiddleware

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

Syntax

public WsFederationAuthenticationMiddleware(
    OwinMiddleware next,
    IAppBuilder app,
    WsFederationAuthenticationOptions options
)
public:
WsFederationAuthenticationMiddleware(
    OwinMiddleware^ next,
    IAppBuilder^ app,
    WsFederationAuthenticationOptions^ options
)
new : 
        next:OwinMiddleware *
        app:IAppBuilder *
        options:WsFederationAuthenticationOptions -> WsFederationAuthenticationMiddleware
Public Sub New (
    next As OwinMiddleware,
    app As IAppBuilder,
    options As WsFederationAuthenticationOptions
)

Parameters

  • app
    Type: Owin.IAppBuilder

    The OWIN application

See Also

WsFederationAuthenticationMiddleware Class
Microsoft.Owin.Security.WsFederation Namespace

Return to top