Share via


AuthenticationHandler.TeardownCoreAsync Method

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

Syntax

'Declaration
Protected Overridable Function TeardownCoreAsync As Task
'Usage
Dim returnValue As Task 

returnValue = Me.TeardownCoreAsync()
protected virtual Task TeardownCoreAsync()
protected:
virtual Task^ TeardownCoreAsync()
abstract TeardownCoreAsync : unit -> Task  
override TeardownCoreAsync : unit -> Task
protected function TeardownCoreAsync() : Task

Return Value

Type: System.Threading.Tasks.Task

See Also

Reference

AuthenticationHandler Class

Microsoft.Owin.Security.Infrastructure Namespace