RemoteAuthenticationEvents.OnRemoteFailure Property

Definition

Invoked when there is a remote failure.

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)

Property Value

Applies to