次の方法で共有


RemoteAuthenticationHandler<TOptions>.Events プロパティ

定義

ハンドラーは、処理が発生している特定のポイントでアプリケーション コントロールを提供するイベントのメソッドを呼び出します。 指定されていない場合、メソッドの呼び出し時に、何もしない既定のインスタンスが提供されます。

protected:
 property Microsoft::AspNetCore::Authentication::RemoteAuthenticationEvents ^ Events { Microsoft::AspNetCore::Authentication::RemoteAuthenticationEvents ^ get(); void set(Microsoft::AspNetCore::Authentication::RemoteAuthenticationEvents ^ value); };
protected Microsoft.AspNetCore.Authentication.RemoteAuthenticationEvents Events { get; set; }
member this.Events : Microsoft.AspNetCore.Authentication.RemoteAuthenticationEvents with get, set
Protected Property Events As RemoteAuthenticationEvents

プロパティ値

適用対象