RemoteAuthenticationEvents.AccessDenied(AccessDeniedContext) Method

Definition

Invoked when an access denied error was returned by the remote server.

public:
 virtual System::Threading::Tasks::Task ^ AccessDenied(Microsoft::AspNetCore::Authentication::AccessDeniedContext ^ context);
public virtual System.Threading.Tasks.Task AccessDenied (Microsoft.AspNetCore.Authentication.AccessDeniedContext context);
abstract member AccessDenied : Microsoft.AspNetCore.Authentication.AccessDeniedContext -> System.Threading.Tasks.Task
override this.AccessDenied : Microsoft.AspNetCore.Authentication.AccessDeniedContext -> System.Threading.Tasks.Task
Public Overridable Function AccessDenied (context As AccessDeniedContext) As Task

Parameters

Returns

Applies to