AuthenticationSchemeProvider.GetDefaultSignInSchemeAsync 메서드

정의

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

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

반환

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

구현

적용 대상