Click or drag to resize
IAuthorizationFilterAuthorize Method

[Missing <summary> documentation for "M:Hangfire.Dashboard.IAuthorizationFilter.Authorize(System.Collections.Generic.IDictionary{System.String,System.Object})"]

Namespace: Hangfire.Dashboard
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
bool Authorize(
	IDictionary<string, Object> owinEnvironment
)

Parameters

owinEnvironment
Type: System.Collections.GenericIDictionaryString, Object

[Missing <param name="owinEnvironment"/> documentation for "M:Hangfire.Dashboard.IAuthorizationFilter.Authorize(System.Collections.Generic.IDictionary{System.String,System.Object})"]

Return Value

Type: Boolean
See Also