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)

public:
property Action<MicrosoftAccountApplyRedirectContext^>^ OnApplyRedirect {
	Action<MicrosoftAccountApplyRedirectContext^>^ get ();
	void set (Action<MicrosoftAccountApplyRedirectContext^>^ value);
}
Show: