AuthenticationSchemeOptions.ForwardDefault Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
If set, this specifies a default scheme that authentication handlers should forward all authentication operations to by default. The default forwarding logic will check the most specific ForwardAuthenticate/Challenge/Forbid/SignIn/SignOut setting first, followed by checking the ForwardDefaultSelector, followed by ForwardDefault. The first non null result will be used as the target scheme to forward to.
public:
property System::String ^ ForwardDefault { System::String ^ get(); void set(System::String ^ value); };
public string ForwardDefault { get; set; }
public string? ForwardDefault { get; set; }
member this.ForwardDefault : string with get, set
Public Property ForwardDefault As String