다음을 통해 공유


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

매개 변수

반환

작업입니다.

적용 대상