RemoteAuthenticationEvents.OnRemoteFailure プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
リモート エラーが発生したときに呼び出されます。
public:
property Func<Microsoft::AspNetCore::Authentication::FailureContext ^, System::Threading::Tasks::Task ^> ^ OnRemoteFailure { Func<Microsoft::AspNetCore::Authentication::FailureContext ^, System::Threading::Tasks::Task ^> ^ get(); void set(Func<Microsoft::AspNetCore::Authentication::FailureContext ^, System::Threading::Tasks::Task ^> ^ value); };
public:
property Func<Microsoft::AspNetCore::Authentication::RemoteFailureContext ^, System::Threading::Tasks::Task ^> ^ OnRemoteFailure { Func<Microsoft::AspNetCore::Authentication::RemoteFailureContext ^, System::Threading::Tasks::Task ^> ^ get(); void set(Func<Microsoft::AspNetCore::Authentication::RemoteFailureContext ^, System::Threading::Tasks::Task ^> ^ value); };
public Func<Microsoft.AspNetCore.Authentication.FailureContext,System.Threading.Tasks.Task> OnRemoteFailure { get; set; }
public Func<Microsoft.AspNetCore.Authentication.RemoteFailureContext,System.Threading.Tasks.Task> OnRemoteFailure { get; set; }
member this.OnRemoteFailure : Func<Microsoft.AspNetCore.Authentication.FailureContext, System.Threading.Tasks.Task> with get, set
member this.OnRemoteFailure : Func<Microsoft.AspNetCore.Authentication.RemoteFailureContext, System.Threading.Tasks.Task> with get, set
Public Property OnRemoteFailure As Func(Of FailureContext, Task)
Public Property OnRemoteFailure As Func(Of RemoteFailureContext, Task)