MicrosoftAccountAuthenticationProvider.OnReturnEndpoint Property
Gets or sets the function that is invoked when the ReturnEndpoint method is invoked.
Assembly: Microsoft.Owin.Security.MicrosoftAccount (in Microsoft.Owin.Security.MicrosoftAccount.dll)
'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
Property Value
Type: System.Func(Of MicrosoftAccountReturnEndpointContext, Task)Returns Func(Of T, TResult).
Show: