AuthenticationSchemeOptions.ForwardChallenge Property

Definition

If set, this specifies the target scheme that this scheme should forward ChallengeAsync calls to. For example Context.ChallengeAsync("ThisScheme") => Context.ChallengeAsync("ForwardChallengeValue"); Set the target to the current scheme to disable forwarding and allow normal processing.

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

Property Value

Applies to