MicrosoftAccountAuthenticationMiddleware Constructor (OwinMiddleware, IAppBuilder, MicrosoftAccountAuthenticationOptions)
Initializes a MicrosoftAccountAuthenticationMiddleware
Namespace: Microsoft.Owin.Security.MicrosoftAccount
Assembly: Microsoft.Owin.Security.MicrosoftAccount (in Microsoft.Owin.Security.MicrosoftAccount.dll)
Syntax
public MicrosoftAccountAuthenticationMiddleware(
OwinMiddleware next,
IAppBuilder app,
MicrosoftAccountAuthenticationOptions options
)
public:
MicrosoftAccountAuthenticationMiddleware(
OwinMiddleware^ next,
IAppBuilder^ app,
MicrosoftAccountAuthenticationOptions^ options
)
new :
next:OwinMiddleware *
app:IAppBuilder *
options:MicrosoftAccountAuthenticationOptions -> MicrosoftAccountAuthenticationMiddleware
Public Sub New (
next As OwinMiddleware,
app As IAppBuilder,
options As MicrosoftAccountAuthenticationOptions
)
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.MicrosoftAccount.MicrosoftAccountAuthenticationOptionsConfiguration options for the middleware
See Also
MicrosoftAccountAuthenticationMiddleware Class
Microsoft.Owin.Security.MicrosoftAccount Namespace
Return to top