AuthenticationHandler.ApplyResponseCoreAsync Method ()

 

Core method that may be overridden by handler. The default behavior is to call two common response activities, one that deals with sign-in/sign-out concerns, and a second to deal with 401 challenges.

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

Syntax

protected virtual Task ApplyResponseCoreAsync()
protected:
virtual Task^ ApplyResponseCoreAsync()
abstract ApplyResponseCoreAsync : unit -> Task
override ApplyResponseCoreAsync : unit -> Task
Protected Overridable Function ApplyResponseCoreAsync As Task

Return Value

Type: System.Threading.Tasks.Task

See Also

AuthenticationHandler Class
Microsoft.Owin.Security.Infrastructure Namespace

Return to top