AuthenticationHandler.TeardownCoreAsync Method ()
Namespace: Microsoft.Owin.Security.Infrastructure
Assembly: Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)
Syntax
protected virtual Task TeardownCoreAsync()
protected:
virtual Task^ TeardownCoreAsync()
abstract TeardownCoreAsync : unit -> Task
override TeardownCoreAsync : unit -> Task
Protected Overridable Function TeardownCoreAsync As Task
Return Value
Type: System.Threading.Tasks.Task
See Also
AuthenticationHandler Class
Microsoft.Owin.Security.Infrastructure Namespace
Return to top