IAuthenticationSchemeProvider.GetAllSchemesAsync 方法

定义

返回当前注册 AuthenticationScheme的所有 。

public:
 System::Threading::Tasks::Task<System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Authentication::AuthenticationScheme ^> ^> ^ GetAllSchemesAsync();
public System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Authentication.AuthenticationScheme>> GetAllSchemesAsync ();
abstract member GetAllSchemesAsync : unit -> System.Threading.Tasks.Task<seq<Microsoft.AspNetCore.Authentication.AuthenticationScheme>>
Public Function GetAllSchemesAsync () As Task(Of IEnumerable(Of AuthenticationScheme))

返回

所有当前注册的 AuthenticationScheme

适用于