RemoteAuthenticationEvents.OnRemoteFailure Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Wird aufgerufen, wenn ein Remotefehler auftritt.
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)