Share via


OpenIdConnectHandler.SignOutAsync(AuthenticationProperties) 메서드

정의

로그아웃을 위해 사용자를 ID 공급자로 리디렉션

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

매개 변수

반환

로그아웃 프로시저를 실행하는 작업

구현

적용 대상