Sdílet prostřednictvím


AuthenticationSchemeProvider.GetAllSchemesAsync Metoda

Definice

Vrátí všechny aktuálně zaregistrované AuthenticationSchemes.

public:
 virtual System::Threading::Tasks::Task<System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Authentication::AuthenticationScheme ^> ^> ^ GetAllSchemesAsync();
public virtual 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>>
override this.GetAllSchemesAsync : unit -> System.Threading.Tasks.Task<seq<Microsoft.AspNetCore.Authentication.AuthenticationScheme>>
Public Overridable Function GetAllSchemesAsync () As Task(Of IEnumerable(Of AuthenticationScheme))

Návraty

Všechny aktuálně zaregistrované AuthenticationSchemes.

Implementuje

Platí pro