MicrosoftAccountAuthenticationProvider.OnReturnEndpoint Property

Gets or sets the function that is invoked when the ReturnEndpoint method is invoked.

Namespace:  Microsoft.Owin.Security.MicrosoftAccount
Assembly:  Microsoft.Owin.Security.MicrosoftAccount (in Microsoft.Owin.Security.MicrosoftAccount.dll)

Syntax

'Declaration
Public Property OnReturnEndpoint As Func(Of MicrosoftAccountReturnEndpointContext, Task)
    Get 
    Set
'Usage
Dim instance As MicrosoftAccountAuthenticationProvider 
Dim value As Func(Of MicrosoftAccountReturnEndpointContext, Task)

value = instance.OnReturnEndpoint

instance.OnReturnEndpoint = value
public Func<MicrosoftAccountReturnEndpointContext, Task> OnReturnEndpoint { get; set; }
public:
property Func<MicrosoftAccountReturnEndpointContext^, Task^>^ OnReturnEndpoint {
    Func<MicrosoftAccountReturnEndpointContext^, Task^>^ get ();
    void set (Func<MicrosoftAccountReturnEndpointContext^, Task^>^ value);
}
member OnReturnEndpoint : Func<MicrosoftAccountReturnEndpointContext, Task> with get, set
function get OnReturnEndpoint () : Func<MicrosoftAccountReturnEndpointContext, Task>
function set OnReturnEndpoint (value : Func<MicrosoftAccountReturnEndpointContext, Task>)

Property Value

Type: System.Func<MicrosoftAccountReturnEndpointContext, Task>
Returns Func<T, TResult>.

See Also

Reference

MicrosoftAccountAuthenticationProvider Class

Microsoft.Owin.Security.MicrosoftAccount Namespace