AuthenticationSchemeOptions.ForwardChallenge Propriété

Définition

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

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

Valeur de propriété

S’applique à