次の方法で共有


CookieAuthenticationOptions.Events プロパティ

定義

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

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

プロパティ値

適用対象