AuthenticationSchemeOptions.ForwardSignIn 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í SignInAsync. Například Context.SignInAsync("ThisScheme") => Context.SignInAsync("ForwardSignInValue"); 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 ^ 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

Hodnota vlastnosti

String

Platí pro