WsFederationAuthenticationHandler.InvokeAsync Method ()
Invoked to detect and process incoming authentication requests.
Namespace: Microsoft.Owin.Security.WsFederation
Assembly: Microsoft.Owin.Security.WsFederation (in Microsoft.Owin.Security.WsFederation.dll)
Syntax
public override Task<bool> InvokeAsync()
public:
virtual Task<bool>^ InvokeAsync() override
override InvokeAsync : unit -> Task<bool>
Public Overrides Function InvokeAsync As Task(Of Boolean)
Return Value
Type: System.Threading.Tasks.Task<Boolean>
Returns Task<TResult>.
See Also
WsFederationAuthenticationHandler Class
Microsoft.Owin.Security.WsFederation Namespace
Return to top