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
next
Type: Microsoft.Owin.OwinMiddlewareThe next middleware in the OWIN pipeline to invoke
app
Type: Owin.IAppBuilderThe OWIN application
options
Type: Microsoft.Owin.Security.WsFederation.WsFederationAuthenticationOptionsConfiguration options for the middleware
See Also
WsFederationAuthenticationMiddleware Class
Microsoft.Owin.Security.WsFederation Namespace
Return to top