Freigeben über


MicrosoftAccountAuthenticationProvider.ApplyRedirect Method (MicrosoftAccountApplyRedirectContext)

 

Called when a Challenge causes a redirect to authorize endpoint in the Microsoft account middleware

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

Syntax

public virtual void ApplyRedirect(
    MicrosoftAccountApplyRedirectContext context
)
public:
virtual void ApplyRedirect(
    MicrosoftAccountApplyRedirectContext^ context
)
abstract ApplyRedirect : 
        context:MicrosoftAccountApplyRedirectContext -> unit
override ApplyRedirect : 
        context:MicrosoftAccountApplyRedirectContext -> unit
Public Overridable Sub ApplyRedirect (
    context As MicrosoftAccountApplyRedirectContext
)

Parameters

Implements

IMicrosoftAccountAuthenticationProvider.ApplyRedirect(MicrosoftAccountApplyRedirectContext)

See Also

MicrosoftAccountAuthenticationProvider Class
Microsoft.Owin.Security.MicrosoftAccount Namespace

Return to top