AuthenticationSchemeOptions.ForwardDefaultSelector Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Permet de sélectionner un schéma par défaut pour la demande actuelle à laquelle les gestionnaires d’authentification doivent transférer toutes les opérations d’authentification par défaut. La logique de transfert par défaut case activée d’abord le paramètre ForwardAuthenticate/Challenge/Forbid/SignIn/SignOut le plus spécifique, suivi de ForwardDefaultSelector, puis de ForwardDefault. Le premier résultat non null sera utilisé comme schéma cible à transférer.
public:
property Func<Microsoft::AspNetCore::Http::HttpContext ^, System::String ^> ^ ForwardDefaultSelector { Func<Microsoft::AspNetCore::Http::HttpContext ^, System::String ^> ^ get(); void set(Func<Microsoft::AspNetCore::Http::HttpContext ^, System::String ^> ^ value); };
public Func<Microsoft.AspNetCore.Http.HttpContext,string> ForwardDefaultSelector { get; set; }
public Func<Microsoft.AspNetCore.Http.HttpContext,string>? ForwardDefaultSelector { get; set; }
public Func<Microsoft.AspNetCore.Http.HttpContext,string?>? ForwardDefaultSelector { get; set; }
member this.ForwardDefaultSelector : Func<Microsoft.AspNetCore.Http.HttpContext, string> with get, set
Public Property ForwardDefaultSelector As Func(Of HttpContext, String)