Chia sẻ qua


IMicrosoftAccountAuthenticationProvider.ApplyRedirect Method (MicrosoftAccountApplyRedirectContext)

 

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

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

Syntax

void ApplyRedirect(
    MicrosoftAccountApplyRedirectContext context
)
void ApplyRedirect(
    MicrosoftAccountApplyRedirectContext^ context
)
abstract ApplyRedirect : 
        context:MicrosoftAccountApplyRedirectContext -> unit
Sub ApplyRedirect (
    context As MicrosoftAccountApplyRedirectContext
)

Parameters

See Also

IMicrosoftAccountAuthenticationProvider Interface
Microsoft.Owin.Security.MicrosoftAccount Namespace

Return to top