AuthenticationSchemeOptions.ForwardSignOut Proprietà

Definizione

Se impostato, questo specifica lo schema di destinazione a cui questo schema deve inoltrare chiamate SignOutAsync. Ad esempio Context.SignOutAsync("ThisScheme") => Context.SignOutAsync("ForwardSignOutValue"); Impostare la destinazione sullo schema corrente per disabilitare l'inoltro e consentire l'elaborazione normale.

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

Valore della proprietà

Si applica a