MicrosoftAccountAuthenticationMiddleware Constructor

Initializes a MicrosoftAccountAuthenticationMiddleware

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

Syntax

'Declaration
Public Sub New ( _
    next As OwinMiddleware, _
    app As IAppBuilder, _
    options As MicrosoftAccountAuthenticationOptions _
)
'Usage
Dim next As OwinMiddleware 
Dim app As IAppBuilder 
Dim options As MicrosoftAccountAuthenticationOptions 

Dim instance As New MicrosoftAccountAuthenticationMiddleware(next, app, _
    options)
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 function MicrosoftAccountAuthenticationMiddleware(
    next : OwinMiddleware, 
    app : IAppBuilder, 
    options : MicrosoftAccountAuthenticationOptions
)

Parameters

  • app
    Type: IAppBuilder
    The OWIN application

See Also

Reference

MicrosoftAccountAuthenticationMiddleware Class

Microsoft.Owin.Security.MicrosoftAccount Namespace