Share via


RemoteAuthenticationOptions.Events プロパティ

定義

リモート認証イベントのサブスクライブを許可する値を取得または設定します。

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

プロパティ値

適用対象