HangfireAuthorizationFilterAuthorize Method

Definition

Namespace: SECODashBackend.Services.Scheduler
Assembly: SECODashBackend (in SECODashBackend.exe) Version: 1.0.0+789cdabd85105b6669a07f36c941620ce28bae93
C#
public bool Authorize(
	DashboardContext context
)

Parameters

context  DashboardContext
 

Return Value

Boolean

Implements

IDashboardAuthorizationFilter.Authorize(DashboardContext)

See Also