AuthenticationSchemeOptions.ForwardSignOut プロパティ

定義

設定されている場合は、このスキームが SignOutAsync 呼び出しを転送するターゲット スキームを指定します。 たとえば、Context.SignOutAsync("ThisScheme") => Context.SignOutAsync("ForwardSignOutValue");ターゲットを現在のスキームに設定して転送を無効にし、通常の処理を許可します。

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

プロパティ値

適用対象