MicrosoftAccountAuthenticationProvider::OnApplyRedirect Property
Gets or sets the delegate that is invoked when the ApplyRedirect method is invoked.
Assembly: Microsoft.Owin.Security.MicrosoftAccount (in Microsoft.Owin.Security.MicrosoftAccount.dll)
public: property Action<MicrosoftAccountApplyRedirectContext^>^ OnApplyRedirect { Action<MicrosoftAccountApplyRedirectContext^>^ get(); void set(Action<MicrosoftAccountApplyRedirectContext^>^ value); }
Show: