Partager via


AuthenticationSchemeOptions.ForwardAuthenticate Propriété

Définition

Si cette option est définie, elle spécifie le schéma cible auquel ce schéma doit transférer les appels AuthenticateAsync. Par exemple Context.AuthenticateAsync(« ThisScheme ») => Context.AuthenticateAsync(« ForwardAuthenticateValue »); Définissez la cible sur le schéma actuel pour désactiver le transfert et autoriser un traitement normal.

public:
 property System::String ^ ForwardAuthenticate { System::String ^ get(); void set(System::String ^ value); };
public string ForwardAuthenticate { get; set; }
public string? ForwardAuthenticate { get; set; }
member this.ForwardAuthenticate : string with get, set
Public Property ForwardAuthenticate As String

Valeur de propriété

S’applique à