AuthenticationSchemeProvider.GetRequestHandlerSchemesAsync Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Devuelve los esquemas en orden de prioridad para el control de solicitudes.
public:
virtual System::Threading::Tasks::Task<System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Authentication::AuthenticationScheme ^> ^> ^ GetRequestHandlerSchemesAsync();
public virtual System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Authentication.AuthenticationScheme>> GetRequestHandlerSchemesAsync ();
abstract member GetRequestHandlerSchemesAsync : unit -> System.Threading.Tasks.Task<seq<Microsoft.AspNetCore.Authentication.AuthenticationScheme>>
override this.GetRequestHandlerSchemesAsync : unit -> System.Threading.Tasks.Task<seq<Microsoft.AspNetCore.Authentication.AuthenticationScheme>>
Public Overridable Function GetRequestHandlerSchemesAsync () As Task(Of IEnumerable(Of AuthenticationScheme))
Devoluciones
Esquemas en orden de prioridad para el control de solicitudes