IAuthenticationSignOutHandler.SignOutAsync(AuthenticationProperties) 메서드

정의

로그아웃 동작.

public:
 System::Threading::Tasks::Task ^ SignOutAsync(Microsoft::AspNetCore::Authentication::AuthenticationProperties ^ properties);
public System.Threading.Tasks.Task SignOutAsync (Microsoft.AspNetCore.Authentication.AuthenticationProperties properties);
public System.Threading.Tasks.Task SignOutAsync (Microsoft.AspNetCore.Authentication.AuthenticationProperties? properties);
abstract member SignOutAsync : Microsoft.AspNetCore.Authentication.AuthenticationProperties -> System.Threading.Tasks.Task
Public Function SignOutAsync (properties As AuthenticationProperties) As Task

매개 변수

properties
AuthenticationProperties

AuthenticationProperties 인증을 사용하여 도착하는 추가 메타 데이터를 포함하는 입니다.

반환

작업입니다.

적용 대상