AuthenticationSchemeProvider.GetDefaultSignOutSchemeAsync 메서드

정의

에 대해 기본적으로 사용되는 체계를 반환합니다 SignOutAsync(HttpContext, String, AuthenticationProperties). 일반적으로 를 통해 DefaultSignOutScheme지정됩니다. 그렇지 않으면 로그아웃을 GetDefaultSignInSchemeAsync() 지원하는 경우 로 대체됩니다.

public:
 virtual System::Threading::Tasks::Task<Microsoft::AspNetCore::Authentication::AuthenticationScheme ^> ^ GetDefaultSignOutSchemeAsync();
public virtual System.Threading.Tasks.Task<Microsoft.AspNetCore.Authentication.AuthenticationScheme> GetDefaultSignOutSchemeAsync ();
public virtual System.Threading.Tasks.Task<Microsoft.AspNetCore.Authentication.AuthenticationScheme?> GetDefaultSignOutSchemeAsync ();
abstract member GetDefaultSignOutSchemeAsync : unit -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Authentication.AuthenticationScheme>
override this.GetDefaultSignOutSchemeAsync : unit -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Authentication.AuthenticationScheme>
Public Overridable Function GetDefaultSignOutSchemeAsync () As Task(Of AuthenticationScheme)

반환

에 대해 기본적으로 사용되는 체계입니다 SignOutAsync(HttpContext, String, AuthenticationProperties).

구현

적용 대상