AuthorizationLevelAttribute Class

Definition

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=true, Inherited=true)]
public class AuthorizationLevelAttribute : System.Web.Http.Filters.AuthorizationFilterAttribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=true, Inherited=true)>]
type AuthorizationLevelAttribute = class
    inherit AuthorizationFilterAttribute
Public Class AuthorizationLevelAttribute
Inherits AuthorizationFilterAttribute
Inheritance
System.Web.Http.Filters.AuthorizationFilterAttribute
AuthorizationLevelAttribute
Derived
Attributes

Constructors

AuthorizationLevelAttribute(AuthorizationLevel)

Fields

FunctionsKeyHeaderName

Properties

Level

Methods

EvaluateKeyMatch(IDictionary<String,String>, String)
OnAuthorizationAsync(HttpActionContext, CancellationToken)

Applies to