ICookieAuthenticationEvents.SigningOut(CookieSigningOutContext) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
サインアウト フロー中、Cookie のクリーンアップ プロセスを補う目的で呼び出します。
public:
System::Threading::Tasks::Task ^ SigningOut(Microsoft::AspNetCore::Authentication::Cookies::CookieSigningOutContext ^ context);
public System.Threading.Tasks.Task SigningOut (Microsoft.AspNetCore.Authentication.Cookies.CookieSigningOutContext context);
abstract member SigningOut : Microsoft.AspNetCore.Authentication.Cookies.CookieSigningOutContext -> System.Threading.Tasks.Task
Public Function SigningOut (context As CookieSigningOutContext) As Task
パラメーター
- context
- CookieSigningOutContext
ログイン セッションに関する情報のほか、認証 Cookie に関する情報を格納します。