Partager via


AuthenticationSchemeOptions.ForwardSignOut Propriété

Définition

Si la valeur est définie, elle spécifie le schéma cible vers lequel ce schéma doit transférer les appels SignOutAsync. Par exemple Context.SignOutAsync(« ThisScheme ») => Context.SignOutAsync(« ForwardSignOutValue »); Définissez la cible sur le schéma actuel pour désactiver le transfert et autoriser le traitement normal.

public:
 property System::String ^ ForwardSignOut { System::String ^ get(); void set(System::String ^ value); };
public string ForwardSignOut { get; set; }
public string? ForwardSignOut { get; set; }
member this.ForwardSignOut : string with get, set
Public Property ForwardSignOut As String

Valeur de propriété

S’applique à