Table of Contents

Class OverrideAuthenticationAttribute

Namespace
System.Web.Http
Assembly
System.Web.Http.dll

Represents a filter attribute that overrides authentication filters defined at a higher level.

[AttributeUsage(AttributeTargets.Class|AttributeTargets.Method, Inherited = true, AllowMultiple = false)]
public sealed class OverrideAuthenticationAttribute : Attribute, IOverrideFilter, IFilter
Inheritance
OverrideAuthenticationAttribute
Implements
Inherited Members

Constructors

OverrideAuthenticationAttribute()

public OverrideAuthenticationAttribute()

Properties

AllowMultiple

public bool AllowMultiple { get; }

Property Value

bool

FiltersToOverride

public Type FiltersToOverride { get; }

Property Value

Type