RemoteAuthenticationEvents.AccessDenied(AccessDeniedContext) Method
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 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
- context
- AccessDeniedContext