Share via


SignOutAuthenticationHandler<TOptions>.HandleSignOutAsync 方法

定義

覆寫這個方法來處理 SignOut。

protected:
 abstract System::Threading::Tasks::Task ^ HandleSignOutAsync(Microsoft::AspNetCore::Authentication::AuthenticationProperties ^ properties);
protected abstract System.Threading.Tasks.Task HandleSignOutAsync (Microsoft.AspNetCore.Authentication.AuthenticationProperties properties);
protected abstract System.Threading.Tasks.Task HandleSignOutAsync (Microsoft.AspNetCore.Authentication.AuthenticationProperties? properties);
abstract member HandleSignOutAsync : Microsoft.AspNetCore.Authentication.AuthenticationProperties -> System.Threading.Tasks.Task
Protected MustOverride Function HandleSignOutAsync (properties As AuthenticationProperties) As Task

參數

傳回

工作。

適用於