CookieAuthenticationOptions.Events プロパティ

定義

「プロバイダー」は、スタートアップ時にアプリケーションによって作成されたオブジェクトのインスタンスに割り当てることができます。 ミドルウェアはプロバイダーのメソッドを呼び出します。これにより、処理が発生している特定のポイントでアプリケーション制御が提供されます。 指定されていない場合、メソッドの呼び出し時に、何もしない既定のインスタンスが提供されます。

public:
 property Microsoft::AspNetCore::Authentication::Cookies::ICookieAuthenticationEvents ^ Events { Microsoft::AspNetCore::Authentication::Cookies::ICookieAuthenticationEvents ^ get(); void set(Microsoft::AspNetCore::Authentication::Cookies::ICookieAuthenticationEvents ^ value); };
public Microsoft.AspNetCore.Authentication.Cookies.ICookieAuthenticationEvents Events { get; set; }
member this.Events : Microsoft.AspNetCore.Authentication.Cookies.ICookieAuthenticationEvents with get, set
Public Property Events As ICookieAuthenticationEvents

プロパティ値

適用対象