IAuthenticationSchemeProvider.GetDefaultAuthenticateSchemeAsync 方法

定义

返回默认情况下将用于 的方案 AuthenticateAsync(HttpContext, String)。 这通常通过 DefaultAuthenticateScheme指定。 否则,这会回退到 DefaultScheme

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

返回

将默认用于 的方案 AuthenticateAsync(HttpContext, String)

适用于