AuthenticationSchemeOptions.ForwardSignOut Property

Definition

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

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

Property Value

Applies to