MicrosoftAccountAuthenticationProvider.OnApplyRedirect Property
Gets or sets the delegate that is invoked when the ApplyRedirect method is invoked.
Namespace: Microsoft.Owin.Security.MicrosoftAccount
Assembly: Microsoft.Owin.Security.MicrosoftAccount (in Microsoft.Owin.Security.MicrosoftAccount.dll)
Syntax
public Action<MicrosoftAccountApplyRedirectContext> OnApplyRedirect { get; set; }
public:
property Action<MicrosoftAccountApplyRedirectContext^>^ OnApplyRedirect {
Action<MicrosoftAccountApplyRedirectContext^>^ get();
void set(Action<MicrosoftAccountApplyRedirectContext^>^ value);
}
member OnApplyRedirect : Action<MicrosoftAccountApplyRedirectContext> with get, set
Public Property OnApplyRedirect As Action(Of MicrosoftAccountApplyRedirectContext)
Property Value
Type: System.Action<MicrosoftAccountApplyRedirectContext>
Returns Action<T>.
See Also
MicrosoftAccountAuthenticationProvider Class
Microsoft.Owin.Security.MicrosoftAccount Namespace
Return to top