AuthenticationSchemeOptions.ForwardAuthenticate Property

Definition

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

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

Property Value

Applies to