AuthenticationSchemeOptions.ForwardAuthenticate Vlastnost

Definice

Pokud je tato možnost nastavená, určuje cílové schéma, kterému má toto schéma předávat volání AuthenticateAsync. Například Context.AuthenticateAsync("ThisScheme") => Context.AuthenticateAsync("ForwardAuthenticateValue"); Nastavte cíl na aktuální schéma a zakažte předávání a povolte normální zpracování.

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

String

Platí pro