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
'Declaration
Public Property OnApplyRedirect As Action(Of MicrosoftAccountApplyRedirectContext)
Get
Set
'Usage
Dim instance As MicrosoftAccountAuthenticationProvider
Dim value As Action(Of MicrosoftAccountApplyRedirectContext)
value = instance.OnApplyRedirect
instance.OnApplyRedirect = value
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
function get OnApplyRedirect () : Action<MicrosoftAccountApplyRedirectContext>
function set OnApplyRedirect (value : Action<MicrosoftAccountApplyRedirectContext>)
Property Value
Type: System.Action<MicrosoftAccountApplyRedirectContext>
Returns Action<T>.