AuthenticationSchemeOptions.ForwardSignIn Propriété

Définition

S’il est défini, spécifie le schéma cible auquel ce schéma doit transférer les appels SignInAsync. Par exemple Context.SignInAsync(« ThisScheme ») => Context.SignInAsync(« ForwardSignInValue »); Définissez la cible sur le schéma actuel pour désactiver le transfert et autoriser un traitement normal.

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

Valeur de propriété

S’applique à