SystemAuthorizationLevelAttribute Class

Definition

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=true, Inherited=true)]
public sealed class SystemAuthorizationLevelAttribute : Microsoft.Azure.WebJobs.Script.WebHost.Filters.AuthorizationLevelAttribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=true, Inherited=true)>]
type SystemAuthorizationLevelAttribute = class
    inherit AuthorizationLevelAttribute
Public NotInheritable Class SystemAuthorizationLevelAttribute
Inherits AuthorizationLevelAttribute
Inheritance
System.Web.Http.Filters.AuthorizationFilterAttribute
SystemAuthorizationLevelAttribute
Attributes

Constructors

SystemAuthorizationLevelAttribute(String)

Fields

FunctionsKeyHeaderName (Inherited from AuthorizationLevelAttribute)

Properties

KeyName
Level (Inherited from AuthorizationLevelAttribute)

Methods

EvaluateKeyMatch(IDictionary<String,String>, String) (Inherited from AuthorizationLevelAttribute)
OnAuthorizationAsync(HttpActionContext, CancellationToken) (Inherited from AuthorizationLevelAttribute)

Applies to