AuthenticationSchemeOptions.ForwardSignOut プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
設定されている場合は、このスキームが 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