AuthenticationSchemeOptions.ForwardDefault 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.
Si cette option est définie, elle spécifie un schéma par défaut auquel 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 System::String ^ ForwardDefault { System::String ^ get(); void set(System::String ^ value); };
public string ForwardDefault { get; set; }
public string? ForwardDefault { get; set; }
member this.ForwardDefault : string with get, set
Public Property ForwardDefault As String