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
'Declaration
Protected Overridable Function ApplyResponseCoreAsync As Task
'Usage
Dim returnValue As Task
returnValue = Me.ApplyResponseCoreAsync()
protected virtual Task ApplyResponseCoreAsync()
protected:
virtual Task^ ApplyResponseCoreAsync()
abstract ApplyResponseCoreAsync : unit -> Task
override ApplyResponseCoreAsync : unit -> Task
protected function ApplyResponseCoreAsync() : Task
Return Value
Type: System.Threading.Tasks.Task