WsFederationAuthenticationHandler.ApplyResponseChallengeAsync Method ()
Handles Challenge
Namespace: Microsoft.Owin.Security.WsFederation
Assembly: Microsoft.Owin.Security.WsFederation (in Microsoft.Owin.Security.WsFederation.dll)
Syntax
protected override Task ApplyResponseChallengeAsync()
protected:
virtual Task^ ApplyResponseChallengeAsync() override
override ApplyResponseChallengeAsync : unit -> Task
Protected Overrides Function ApplyResponseChallengeAsync As Task
Return Value
Type: System.Threading.Tasks.Task
Returns Task.
See Also
WsFederationAuthenticationHandler Class
Microsoft.Owin.Security.WsFederation Namespace
Return to top