AuthenticationSchemeOptions.ForwardSignIn Property

Definition

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

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

Property Value

Applies to