Class HangfireAuthFilter
Inheritance
System.Object
HangfireAuthFilter
Implements
Hangfire.Dashboard.IDashboardAuthorizationFilter
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: MailHole.Api.Hangfire
Assembly: MailHole.Api.dll
Syntax
public class HangfireAuthFilter : IDashboardAuthorizationFilter
Methods
| Improve this Doc View SourceAuthorize(DashboardContext)
Declaration
public bool Authorize(DashboardContext context)
Parameters
Type | Name | Description |
---|---|---|
Hangfire.Dashboard.DashboardContext | context |
Returns
Type | Description |
---|---|
System.Boolean |
Implements
Hangfire.Dashboard.IDashboardAuthorizationFilter