AuthenticationSchemeOptions.ForwardAuthenticate Vlastnost

Definice

Pokud je nastaveno, určuje cílové schéma, do kterého by toto schéma mělo předávat volání AuthenticateAsync. Například Context.AuthenticateAsync("ThisScheme") => Context.AuthenticateAsync("ForwardAuthenticateValue"); Pokud chcete zakázat předávání a povolit normální zpracování, nastavte cíl na aktuální schéma.

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

Hodnota vlastnosti

Platí pro