IAuthenticationSchemeProvider.GetDefaultSignInSchemeAsync 메서드

정의

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

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

반환

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

적용 대상