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
context
Type: Microsoft.Owin.Security.MicrosoftAccount.MicrosoftAccountApplyRedirectContextContains redirect URI and AuthenticationProperties of the challenge
Implements
IMicrosoftAccountAuthenticationProvider.ApplyRedirect(MicrosoftAccountApplyRedirectContext)
See Also
MicrosoftAccountAuthenticationProvider Class
Microsoft.Owin.Security.MicrosoftAccount Namespace
Return to top