Class OverrideAuthenticationAttribute
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
FiltersToOverride
public Type FiltersToOverride { get; }