IAuthenticationSchemeProvider.GetRequestHandlerSchemesAsync Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Restituisce gli schemi in ordine di priorità per la gestione delle richieste.
public:
System::Threading::Tasks::Task<System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Authentication::AuthenticationScheme ^> ^> ^ GetRequestHandlerSchemesAsync();
public 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>>
Public Function GetRequestHandlerSchemesAsync () As Task(Of IEnumerable(Of AuthenticationScheme))
Restituisce
Schemi in ordine di priorità per la gestione delle richieste