RemoteAuthenticationEvents.OnRemoteFailure Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)