AuthenticationSchemeProvider.GetDefaultAuthenticateSchemeAsync 메서드

정의

에 대해 기본적으로 사용되는 체계를 반환합니다 AuthenticateAsync(HttpContext, String). 일반적으로 을 통해 DefaultAuthenticateScheme지정됩니다. 그렇지 않으면 로 대체 DefaultScheme됩니다.

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

반환

기본적으로 에 사용할 스키마입니다 AuthenticateAsync(HttpContext, String).

구현

적용 대상