Compartir a través de


AuthenticationSchemeOptions.ForwardChallenge Propiedad

Definición

Si se establece, especifica el esquema de destino al que este esquema debe reenviar llamadas ChallengeAsync. Por ejemplo, Context.ChallengeAsync("ThisScheme") => Context.ChallengeAsync("ForwardChallengeValue"); Establezca el destino en el esquema actual para deshabilitar el reenvío y permitir el procesamiento 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

Valor de propiedad

Se aplica a