Table of Contents

Class OverrideAuthenticationAttribute

Namespace
System.Web.Mvc
Assembly
System.Web.Mvc.dll

Represents the attributes associated with the authentication.

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

Constructors

OverrideAuthenticationAttribute()

Initializes a new instance of the OverrideAuthenticationAttribute class.

public OverrideAuthenticationAttribute()

Properties

FiltersToOverride

Gets the filters to override for this instance.

public Type FiltersToOverride { get; }

Property Value

Type

The filters to override for this instance.