Share via


IAuthenticationSchemeProvider.GetAllSchemesAsync Método

Definición

Devuelve todas las s registradas AuthenticationSchemeactualmente.

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))

Devoluciones

Todos los s registrados AuthenticationSchemeactualmente.

Se aplica a